diff options
| author | Zhu PengFei <zhupengfei321@sina.cn> | 2018-08-14 04:28:24 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-14 04:28:24 +0800 | 
| commit | 59d18ef55b40930c1708e9a6f79cf12e125f2a1e (patch) | |
| tree | 907168ca88bd5e31e6098fc4df4488fedd100c55 | |
| parent | c8e5c740924896810897b3f9090858f307fd313a (diff) | |
common/misc: use windows.h
linux-mingw does not really like this.
| -rw-r--r-- | src/common/misc.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/common/misc.cpp b/src/common/misc.cpp index 217a87098..3fa8a3bc4 100644 --- a/src/common/misc.cpp +++ b/src/common/misc.cpp @@ -4,7 +4,7 @@  #include <cstddef>  #ifdef _WIN32 -#include <Windows.h> +#include <windows.h>  #else  #include <cerrno>  #include <cstring> | 
