From 02879eced19bdd168fefaa41a22cbf35550ddd9b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 29 Mar 2004 06:56:26 +0000 Subject: ChangeLogTag:Mon Mar 29 06:56:13 UTC 2004 Johnny Willemsen --- ASNMP/tests/Integer_Test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ASNMP') diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp index 4b20b6ad7bd..fbb043a3ca2 100644 --- a/ASNMP/tests/Integer_Test.cpp +++ b/ASNMP/tests/Integer_Test.cpp @@ -133,6 +133,7 @@ static void TestInteger32() */ static void TestUnsignedInteger32() { +#if !defined (ACE_WIN32) // constructors SnmpUInt32 u1; ACE_ASSERT(u1 == def); @@ -178,6 +179,7 @@ static void TestUnsignedInteger32() ACE_ASSERT(u1 == us); u1 = si; // unsigned short ACE_ASSERT(u1 == si); +#endif /*ACE_WIN32 */ } int -- cgit v1.2.1