X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8db6ac55e6cf1423f354af57c125722535fdccb9..72594e90b2da8c167ba63b89b2c168c57a19cab4:/include/wx/longlong.h diff --git a/include/wx/longlong.h b/include/wx/longlong.h index db1b4cef4c..cc2278a565 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -51,12 +51,14 @@ #if defined(SIZEOF_LONG) && (SIZEOF_LONG == 8) #define wxLongLong_t long #define wxLongLongIsLong -#elif defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8 - #define wxLongLong_t long long #elif (defined(__VISUALC__) && defined(__WIN32__)) || defined( __VMS__ ) #define wxLongLong_t __int64 #elif defined(__BORLANDC__) && defined(__WIN32__) && (__BORLANDC__ >= 0x520) #define wxLongLong_t __int64 +#elif defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8 + #define wxLongLong_t long long +#elif defined(__MINGW32__) + #define wxLongLong_t long long #elif defined(__MWERKS__) #if __option(longlong) #define wxLongLong_t long long