X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..6dd16e4f26490f1f4f2be1204840cbf4ecf74a35:/include/wx/longlong.h diff --git a/include/wx/longlong.h b/include/wx/longlong.h index db1bc25975..83d32a77fb 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -63,6 +63,7 @@ #define wxLongLongFmtSpec _T("I64") #elif (defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8) || \ defined(__MINGW32__) || \ + defined(__GNUC__) || \ defined(__CYGWIN__) || \ defined(__WXMICROWIN__) || \ (defined(__DJGPP__) && __DJGPP__ >= 2)