[win32] Avoid preprocessor warnings re macros

This commit is contained in:
Behdad Esfahbod 2014-08-15 14:28:04 -04:00
parent 8c6bd34d38
commit 270971a0fc
1 changed files with 6 additions and 2 deletions

View File

@ -128,8 +128,12 @@
# ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0600
# endif
# define WIN32_LEAN_AND_MEAN
# define STRICT
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
# endif
# ifndef STRICT
# define STRICT 1
# endif
#endif
#ifdef _WIN32_WCE