mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Fixed bug 2508 - don't redefine WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
dca69c99ea
commit
fb78141616
|
|
@ -33,7 +33,9 @@
|
|||
#ifndef __IPHONEOS__
|
||||
|
||||
#ifdef __WIN32__
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX /* Don't defined min() and max() */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user