Fixed macro checking for io.h header for windows
This commit is contained in:
parent
8dd5b4a9e7
commit
537006a7e8
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#ifdef _WIN32
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue