@@ -67,7 +67,9 @@
// Before including gl.h, need to include windows.h
#if defined(_WIN32)
+#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
+#endif
#include <windows.h>
#endif