]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
going private for m_peer to give a foundation for better encapsulation
[wxWidgets.git] / include / wx / defs.h
index 46c07376d7a6b0aba41496ae316179b2371ffe8d..6130fae99bfc99fc6a883c10d77972590a894008 100644 (file)
@@ -1075,6 +1075,9 @@ typedef wxUint32 wxDword;
 
     #define wxHAS_INT64 1
 
+    #ifndef wxLongLongIsLong
+        #define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG
+    #endif
 #elif wxUSE_LONGLONG
     /*  these macros allow to define 64 bit constants in a portable way */
     #define wxLL(x) wxLongLong(x)