[windows] Check for WINVER define before re-defining.
authortriton <joao@tritao.eu>
Thu, 3 Sep 2015 14:57:09 +0000 (15:57 +0100)
committertriton <joao@tritao.eu>
Thu, 3 Sep 2015 14:59:08 +0000 (15:59 +0100)
winconfig.h

index b30a3eb1c8e67f4e8ef9cd171b1dc6971f53fa99..71555cecf19cb644d73abd4909edb5fdf349616d 100644 (file)
@@ -16,7 +16,9 @@
 #error Unknown architecture
 #endif
 
+#ifndef WINVER
 #define WINVER 0x0A00
+#endif
 
 #include <SDKDDKVer.h>