diff --git a/src/wiiuse.h b/src/wiiuse.h index 0c108e2..065ba5f 100644 --- a/src/wiiuse.h +++ b/src/wiiuse.h @@ -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 #endif #ifdef WIIUSE_BLUEZ