diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-10-22 11:13:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-10-22 11:13:42 +0000 |
commit | d672da8c00ee51e8b5e413ad618dbba6ceab1665 (patch) | |
tree | 416b5d7e10ba412528363f704ac3448e7150e9fd /ASNMP | |
parent | cb6b88f99fe383c688ebe69b64372c9dab00564a (diff) | |
download | ATCD-d672da8c00ee51e8b5e413ad618dbba6ceab1665.tar.gz |
ChangeLogTag: Wed Oct 22 11:13:23 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/tests/Counter64_Test.cpp | 1 |
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 |