]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Win64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr
[wxWidgets.git] / setup.h.in
index fa0d1e15699759b1c992602abb9b9419ad95b2a0..9ba2e844ff75b2648046a3609bf274e6896d9f6b 100644 (file)
 /* 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
 /* 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