Use WIN32 64-bit type on WIN32.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 8 Jan 2003 13:34:08 +0000 (13:34 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 8 Jan 2003 13:34:08 +0000 (13:34 +0000)
lib/silcutil/silctypes.h

index b123cea8173e664a19eda7deaf4bb5708ff8b3bf..7d4594cfcae17d3c2e2982c8e35a386118a6f353 100644 (file)
@@ -216,8 +216,8 @@ typedef signed long SilcInt64;
 typedef unsigned long long SilcUInt64;
 typedef signed long long SilcInt64;
 #else
-typedef SilcUInt32 SilcUInt64; /* XXX Use Windows's own 64 bit types */
-typedef SilcInt32 SilcInt64;
+typedef unsigned __int64 SilcUInt64;
+typedef signed __int64 SilcInt64;
 #endif
 #else
 typedef SilcUInt32 SilcUInt64;