X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5bf2abe34850e0952a44f3be4a4390ea12c55bd0..8766aa0948d1936c1d1d01bab1deeebf0404e837:/include/wx/longlong.h?ds=sidebyside diff --git a/include/wx/longlong.h b/include/wx/longlong.h index cc2278a565..07d8ca4342 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -57,7 +57,7 @@ #define wxLongLong_t __int64 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_LONG_LONG >= 8 #define wxLongLong_t long long -#elif defined(__MINGW32__) +#elif defined(__MINGW32__) || defined(__CYGWIN__) #define wxLongLong_t long long #elif defined(__MWERKS__) #if __option(longlong)