projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34992da
)
Use WIN32 64-bit type on WIN32.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 8 Jan 2003 13:34:08 +0000
(13:34 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 8 Jan 2003 13:34:08 +0000
(13:34 +0000)
lib/silcutil/silctypes.h
patch
|
blob
|
history
diff --git
a/lib/silcutil/silctypes.h
b/lib/silcutil/silctypes.h
index b123cea8173e664a19eda7deaf4bb5708ff8b3bf..7d4594cfcae17d3c2e2982c8e35a386118a6f353 100644
(file)
--- a/
lib/silcutil/silctypes.h
+++ b/
lib/silcutil/silctypes.h
@@
-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;