]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
fix almost all g++ -pedantic warnings
[xonotic/darkplaces.git] / sys_shared.c
index 903bee1e6868edbe8363ea1791f2f5fdefccfcd8..dd00b48b01cafcaced429677d894d6ba41c22fc2 100644 (file)
@@ -4,7 +4,9 @@
 
 #ifdef WIN32
 # ifdef _WIN64
-#  define _WIN32_WINNT 0x0502
+#  ifndef _WIN32_WINNT
+#   define _WIN32_WINNT 0x0502
+#  endif
    // for SetDllDirectory
 # endif
 # include <windows.h>