]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Win64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr
[wxWidgets.git] / setup.h_vms
index 454e2b82ea6a258c49f9fdfe8df1707efcad90b5..98f790c62feee53f8794a44b0c9629a96e4d3171 100644 (file)
 /* The number of bytes in a int.  */
 #define SIZEOF_INT 4
 
-/* The number of bytes in a int *.  */
-#define SIZEOF_INT_P 4
+/* The number of bytes in a pointer.  */
+#define SIZEOF_VOID_P 4
 
 /* The number of bytes in a long.  */
 #define SIZEOF_LONG 4
 /* The number of bytes in a short.  */
 #define SIZEOF_SHORT 2
 
+/* The number of bytes in a size_t.  */
+#define SIZEOF_SIZE_T 4
+
 /* Define if size_t on your machine is the same type as unsigned int. */
 #define wxSIZE_T_IS_UINT  1