forked from GitHub/gf-core
include <io.h> for MSVC
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#include <time.h>
|
||||
|
||||
Reference in New Issue
Block a user