projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd4f746
)
Re-enabled long long for MinGW.
author
Mattia Barbon
<mbarbon@cpan.org>
Thu, 20 Sep 2001 22:05:28 +0000
(22:05 +0000)
committer
Mattia Barbon
<mbarbon@cpan.org>
Thu, 20 Sep 2001 22:05:28 +0000
(22:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11655
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/longlong.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/longlong.h
b/include/wx/longlong.h
index db1b4cef4c996d2aa899628500aed896601d8535..7af86e330147b2a63a8d99d91896fba1789f69ec 100644
(file)
--- a/
include/wx/longlong.h
+++ b/
include/wx/longlong.h
@@
-57,6
+57,8
@@
#define wxLongLong_t __int64
#elif defined(__BORLANDC__) && defined(__WIN32__) && (__BORLANDC__ >= 0x520)
#define wxLongLong_t __int64
+#elif defined(__MINGW32__)
+ #define wxLongLong_t long long
#elif defined(__MWERKS__)
#if __option(longlong)
#define wxLongLong_t long long