summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ASNMP/tests/Counter64_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ASNMP/tests/Counter64_Test.cpp b/ASNMP/tests/Counter64_Test.cpp
index b0f0e172c82..f60c3c3a64d 100644
--- a/ASNMP/tests/Counter64_Test.cpp
+++ b/ASNMP/tests/Counter64_Test.cpp
@@ -48,6 +48,7 @@ ACE_RCSID(tests, Counter64_Test, "$Id$")
// TODO: verify this with ACE folks
#if defined(_WIN32)
#define LLONG __int64
+#define ULLONG unsigned __int64
#else
#define LLONG long long
#define ULLONG unsigned long long