Win64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1053,8 +1053,8 @@
|
||||
/* The number of bytes in a int. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The number of bytes in a int *. */
|
||||
#undef SIZEOF_INT_P
|
||||
/* The number of bytes in a pointer. */
|
||||
#undef SIZEOF_VOID_P
|
||||
|
||||
/* The number of bytes in a long. */
|
||||
#undef SIZEOF_LONG
|
||||
@@ -1065,6 +1065,9 @@
|
||||
/* The number of bytes in a short. */
|
||||
#undef SIZEOF_SHORT
|
||||
|
||||
/* The number of bytes in a size_t. */
|
||||
#undef SIZEOF_SIZE_T
|
||||
|
||||
/* Define if size_t on your machine is the same type as unsigned int. */
|
||||
#undef wxSIZE_T_IS_UINT
|
||||
|
||||
|
Reference in New Issue
Block a user