Fixed macro checking for io.h header for windows

This commit is contained in:
Víctor Román Archidona 2014-07-28 10:57:13 +00:00
parent 8dd5b4a9e7
commit 537006a7e8

View file

@ -20,7 +20,7 @@
#include <assert.h> #include <assert.h>
#ifndef __APPLE__ #ifdef _WIN32
#include <io.h> #include <io.h>
#endif #endif