Browse Source

Don't leak out unistd.h

Darryl Pogue 13 years ago
parent
commit
853126e063
  1. 1
      Sources/Plasma/PubUtilLib/plFile/hsFiles.h

1
Sources/Plasma/PubUtilLib/plFile/hsFiles.h

@ -48,7 +48,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#if HS_BUILD_FOR_UNIX
#include <limits.h>
#define kFolderIterator_MaxPath PATH_MAX
#include <unistd.h>
#define SetCurrentDirectory chdir
#elif !HS_BUILD_FOR_PS2
#define kFolderIterator_MaxPath _MAX_PATH

Loading…
Cancel
Save