]> git.saurik.com Git - wxWidgets.git/commitdiff
Cygwin does support 64 bit ints
authorMattia Barbon <mbarbon@cpan.org>
Sat, 20 Oct 2001 21:10:22 +0000 (21:10 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 20 Oct 2001 21:10:22 +0000 (21:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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)