Add SIZEOF_VOID_P (GH PR #32)
This commit is contained in:
parent
a31b66b8b7
commit
c4ec18c503
@ -0,0 +1,9 @@
|
||||
// SIZEOF_VOID_P
|
||||
|
||||
#undef SIZEOF_VOID_P
|
||||
|
||||
#if defined(_WIN64) || defined(__x86_64__) || defined(__ppc64__)
|
||||
# define SIZEOF_VOID_P 8
|
||||
#else
|
||||
# define SIZEOF_VOID_P 4
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user