common/misc: use windows.h

linux-mingw does not really like this.
pull/8/head
Zhu PengFei 7 years ago committed by GitHub
parent c8e5c74092
commit 59d18ef55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save