From 398b582f36d8ee1d6cf948ff2da592bc2ef250b4 Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 3 Jan 2000 23:32:03 +0000 Subject: [PATCH] Visualage C++ V4.0 has a native long long data type. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/longlong.h | 2 ++ 1 file changed, 2 insertions(+) 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.