summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-28 08:05:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-28 08:05:57 +0000
commit090ff22448e9614acfc467811c5eaeae165ef4a4 (patch)
tree250eb4e4ebc45c2068551b69f0b8d54e2516552a /ASNMP
parent55ab2ef39162040ff4d4c4f53e8cfe3d64f4caa4 (diff)
downloadATCD-090ff22448e9614acfc467811c5eaeae165ef4a4.tar.gz
ChangeLogTag: Mon Jun 28 08:06:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/tests/Integer_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp
index 96601281062..6084865db36 100644
--- a/ASNMP/tests/Integer_Test.cpp
+++ b/ASNMP/tests/Integer_Test.cpp
@@ -46,12 +46,14 @@ ACE_RCSID (tests,
Integer_Test,
"$Id$")
+#if !defined (ACE_WIN32)
static long l = LONG_MAX, nl = LONG_MIN; // limits.h
static unsigned long ul = ULONG_MAX, def = 0;
static int i = INT_MAX, ni = INT_MIN;
static unsigned int ui = UINT_MAX;
static unsigned short us = 10;
static unsigned short si = 32768;
+ #endif /*ACE_WIN32*/
/*
SnmpInt32( void);