Don't re-define WIN32_LEAN_AND_MEAN

This commit is contained in:
Ryan Pavlik
2013-02-14 16:12:54 -06:00
parent 34895eb210
commit a40a2301a1

View File

@@ -92,7 +92,9 @@
#ifdef WIIUSE_WIN32 #ifdef WIIUSE_WIN32
/* windows */ /* windows */
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1 #define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h> #include <windows.h>
#endif #endif
#ifdef WIIUSE_BLUEZ #ifdef WIIUSE_BLUEZ