[win32] Avoid preprocessor warnings re macros
This commit is contained in:
parent
8c6bd34d38
commit
270971a0fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user