Преглед изворни кода

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>