X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f06d69376d3081732f5bf5f57c2b00d5166ae8e6..8606ee50771053a38554c7d38b765a8142a1a96c:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 46c07376d7..6130fae99b 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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)