fixing redefine warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
17bd80c91b
commit
e1214731e3
@ -665,10 +665,16 @@
|
|||||||
/* also the 32/64 bit universal builds must be handled accordingly */
|
/* also the 32/64 bit universal builds must be handled accordingly */
|
||||||
#ifdef __DARWIN__
|
#ifdef __DARWIN__
|
||||||
# ifdef __LP64__
|
# ifdef __LP64__
|
||||||
|
# undef SIZEOF_VOID_P
|
||||||
|
# undef SIZEOF_LONG
|
||||||
|
# undef SIZEOF_SIZE_T
|
||||||
# define SIZEOF_VOID_P 8
|
# define SIZEOF_VOID_P 8
|
||||||
# define SIZEOF_LONG 8
|
# define SIZEOF_LONG 8
|
||||||
# define SIZEOF_SIZE_T 8
|
# define SIZEOF_SIZE_T 8
|
||||||
# else
|
# else
|
||||||
|
# undef SIZEOF_VOID_P
|
||||||
|
# undef SIZEOF_LONG
|
||||||
|
# undef SIZEOF_SIZE_T
|
||||||
# define SIZEOF_VOID_P 4
|
# define SIZEOF_VOID_P 4
|
||||||
# define SIZEOF_LONG 4
|
# define SIZEOF_LONG 4
|
||||||
# define SIZEOF_SIZE_T 4
|
# define SIZEOF_SIZE_T 4
|
||||||
|
Loading…
Reference in New Issue
Block a user