Эх сурвалжийг харах

common/misc: use windows.h

linux-mingw does not really like this.
Zhu PengFei 8 жил өмнө
parent
commit
59d18ef55b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/common/misc.cpp

+ 1 - 1
src/common/misc.cpp

@@ -4,7 +4,7 @@
 
 #include <cstddef>
 #ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
 #else
 #include <cerrno>
 #include <cstring>