OS/2 build break

This commit is contained in:
mkaply%us.ibm.com 2005-10-24 19:23:00 +00:00
parent 6f97449110
commit 3b6ec26d79

View File

@ -57,7 +57,11 @@
# include <windows.h>
# define getcwd(path, size) _getcwd(path, size)
# define getpid() GetCurrentProcessId()
#elif defined(XP_UNIX) || defined(XP_OS2)
#elif defined(XP_OS2)
# include <unistd.h>
# define INCL_DOSFILEMGR
# include <os2.h>
#elif defined(XP_UNIX)
# include <unistd.h>
#endif