mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
MINGW fix
git-svn-id: svn://ultimatepp.org/upp/trunk@6963 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
06e03c102e
commit
18dda4a05b
1 changed files with 7 additions and 3 deletions
|
|
@ -8,9 +8,13 @@
|
|||
|
||||
#define COMPILER_GCC 1
|
||||
|
||||
#if __WIN32
|
||||
#define COMPILER_MINGW
|
||||
#define PLATFORM_WIN32
|
||||
#if defined(__WIN32) || defined(_WIN32) || defined(WIN32)
|
||||
#define COMPILER_MINGW 1
|
||||
#define PLATFORM_WIN32 1
|
||||
#undef WINVER
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#define WINVER WindowsXP
|
||||
#endif
|
||||
|
||||
#if __unix || __unix__ || __APPLE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue