diff --git a/include/wx/longlong.h b/include/wx/longlong.h index db1b4cef4c..7af86e3301 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -57,6 +57,8 @@ #define wxLongLong_t __int64 #elif defined(__BORLANDC__) && defined(__WIN32__) && (__BORLANDC__ >= 0x520) #define wxLongLong_t __int64 +#elif defined(__MINGW32__) + #define wxLongLong_t long long #elif defined(__MWERKS__) #if __option(longlong) #define wxLongLong_t long long