summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-22 11:13:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-22 11:13:42 +0000
commite46e0c6eaf7b1ff060ff61929748e3d5b202f42c (patch)
tree416b5d7e10ba412528363f704ac3448e7150e9fd
parent5009b291af9784ab4ebb30d73eaf6c6cabc953aa (diff)
downloadATCD-e46e0c6eaf7b1ff060ff61929748e3d5b202f42c.tar.gz
ChangeLogTag: Wed Oct 22 11:13:23 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-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