Browse Source
common/misc: use windows.h
linux-mingw does not really like this.
pull/15/merge
Zhu PengFei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/common/misc.cpp
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
#include <cstddef>
|
|
|
|
#ifdef _WIN32
|
|
|
|
#include <Windows.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#else
|
|
|
|
#include <cerrno>
|
|
|
|
#include <cstring>
|
|
|
|
|