X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13111b2ac81e694d6b69822dff61838ae66052b2..2a36259f27f58de31cdd66d6c5176e776fc25df3:/include/wx/longlong.h diff --git a/include/wx/longlong.h b/include/wx/longlong.h index e7edb0e308..b2b617a804 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -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.