]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
Committing in .
[wxWidgets.git] / include / wx / longlong.h
index c39828d061eda3768f3c7657fbe3b9b9a14f0cf2..2731af5ae531ab0585dcef51d6e67e108b5a14de 100644 (file)
@@ -39,7 +39,7 @@
 #if defined(SIZEOF_LONG) && (SIZEOF_LONG == 8)
     #define wxLongLong_t long
     #define wxLongLongIsLong
-#elif defined(__VISUALC__)
+#elif defined(__VISUALC__) || defined( __VMS__ )
     #define wxLongLong_t __int64
 #elif defined(__GNUG__)
     #define wxLongLong_t long long