Added __WINDOWS__ to reflect both 32 and 64-bit windows platforms
This commit is contained in:
parent
d710399671
commit
04e170ceb7
2 changed files with 5 additions and 6 deletions
|
@ -121,8 +121,12 @@
|
|||
#define __SOLARIS__ 1
|
||||
#endif
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__)
|
||||
#undef __WINDOWS__
|
||||
#define __WINDOWS__ 1
|
||||
#endif
|
||||
#if defined(__WINDOWS__)
|
||||
#undef __WIN32__
|
||||
#define __WIN32__ 1
|
||||
#define __WIN32__ 1
|
||||
#endif
|
||||
#if defined(__PSP__)
|
||||
#undef __PSP__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue