]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
better behaviour of wxMGL's wxTimer w.r.t. memory allocations
[wxWidgets.git] / include / wx / longlong.h
index cc2278a565a9010a4088608849bf871d9711ab06..07d8ca434281a2d72b760f42b3e649faddadb456 100644 (file)
@@ -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)