Prechádzať zdrojové kódy

MinGW: include _mingw.h, to access mingw version defines

bel 10 rokov pred
rodič
commit
22a38b7c39
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  1. 7 0
      src/main.c

+ 7 - 0
src/main.c

@@ -732,6 +732,13 @@ static int run_lua(const char *file_name)
 }
 #endif
 
+
+#if defined(__MINGW32__) || defined(__MINGW64__)
+/* For __MINGW32/64_MAJOR/MINOR_VERSION define */
+#include <_mingw.h>
+#endif
+
+
 static void start_civetweb(int argc, char *argv[])
 {
 	struct mg_callbacks callbacks;