From: Václav Slavík Date: Sat, 15 Dec 2001 23:16:10 +0000 (+0000) Subject: long long for DJGPP X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/928343657681447e416acf5d7574d7ef5b6d3a1d long long for DJGPP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/longlong.h b/include/wx/longlong.h index ea3fd1c685..852168dc24 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -68,6 +68,8 @@ #endif #elif defined(__VISAGECPP__) && __IBMCPP__ >= 400 #define wxLongLong_t long long +#elif defined(__DJGPP__) && __DJGPP__ >= 2 + #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 - except that, actually, some