git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea60b7
)
fixed bug in pointer size detection
author
kramm
<kramm>
Mon, 6 Oct 2008 12:57:47 +0000
(12:57 +0000)
committer
kramm
<kramm>
Mon, 6 Oct 2008 12:57:47 +0000
(12:57 +0000)
lib/types.h
patch
|
blob
|
history
diff --git
a/lib/types.h
b/lib/types.h
index
58ee32c
..
6af6ab7
100644
(file)
--- a/
lib/types.h
+++ b/
lib/types.h
@@
-54,7
+54,7
@@
typedef signed short S16;
typedef unsigned char U8;
typedef signed char S8;
-#if SIZEOF_VOIDP == SIZEOF_LONG_LONG
+#if SIZEOF_VOIDP == SIZEOF_SIGNED_LONG_LONG
typedef unsigned long long ptroff_t;
#elif SIZEOF_VOIDP == SIZEOF_SIGNED
typedef unsigned ptroff_t;