Fixed bug 2508 - don't redefine WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
d9ffe549e2
commit
bd6a493697
1 changed files with 2 additions and 0 deletions
|
@ -33,7 +33,9 @@
|
||||||
#ifndef __IPHONEOS__
|
#ifndef __IPHONEOS__
|
||||||
|
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
#endif
|
||||||
#ifndef NOMINMAX
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX /* Don't defined min() and max() */
|
#define NOMINMAX /* Don't defined min() and max() */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue