mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 03:39:08 +00:00
Don't leak out unistd.h
This commit is contained in:
@ -48,7 +48,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#if HS_BUILD_FOR_UNIX
|
#if HS_BUILD_FOR_UNIX
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#define kFolderIterator_MaxPath PATH_MAX
|
#define kFolderIterator_MaxPath PATH_MAX
|
||||||
#include <unistd.h>
|
|
||||||
#define SetCurrentDirectory chdir
|
#define SetCurrentDirectory chdir
|
||||||
#elif !HS_BUILD_FOR_PS2
|
#elif !HS_BUILD_FOR_PS2
|
||||||
#define kFolderIterator_MaxPath _MAX_PATH
|
#define kFolderIterator_MaxPath _MAX_PATH
|
||||||
|
Reference in New Issue
Block a user