Преглед на файлове

common/misc: use windows.h

linux-mingw does not really like this.
Zhu PengFei преди 8 години
родител
ревизия
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>