mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
OS/2 build break
This commit is contained in:
parent
6f97449110
commit
3b6ec26d79
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user