Merge pull request #2172 from jroweboy/fix-mingw
Fix mingw compilation support
This commit is contained in:
commit
fb13bfe693
5 changed files with 20 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <numeric>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
#include <WinSock2.h>
|
||||
#include <common/x64/abi.h>
|
||||
#include <io.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue