bcheck: there is no unistd.h in win32.
This commit is contained in:
@ -25,7 +25,9 @@
|
|||||||
&& !defined(__DragonFly__) && !defined(__OpenBSD__)
|
&& !defined(__DragonFly__) && !defined(__OpenBSD__)
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(_WIN32)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define BOUND_DEBUG
|
//#define BOUND_DEBUG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user