mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 19:48:51 +00:00
Added __WINDOWS__ to reflect both 32 and 64-bit windows platforms
This commit is contained in:
parent
f5a13fa71e
commit
13abb95c36
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