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
/* windows */
#define WIN32_LEAN_AND_MEAN 1
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#include <windows.h>
#endif
#ifdef WIIUSE_BLUEZ