X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2ce649bec85c2c0764a0f786d2b1ef444321404..e5ee4c908b9dbcf07f0441aa74d8635b7343be4d:/include/wx/longlong.h 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