mirror of https://github.com/axmolengine/axmol.git
Includes <io.h> on windows for ConsoleTest.
This commit is contained in:
parent
2b857ebb52
commit
b0c09cd291
|
@ -25,7 +25,11 @@
|
|||
#include "ConsoleTest.h"
|
||||
#include "../testResource.h"
|
||||
|
||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_WIN32)
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue