]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
added cmdline.h/.cpp to the makefiles
[wxWidgets.git] / include / wx / longlong.h
index e7edb0e3086e9f498147bb83dd4d25887b26be2a..b2b617a8046c3d3325cf166f4e1862a72b300ba8 100644 (file)
@@ -54,6 +54,8 @@
         #error "The 64 bit integer support in CodeWarrior has been disabled."
         #error "See the documentation on the 'longlong' pragma."
     #endif
+#elif defined(__VISAGECPP__) && __IBMCPP__ >= 400
+        #define wxLongLong_t long long
 #else // no native long long type
     // both warning and pragma warning are not portable, but at least an
     // unknown pragma should never be an error.