зеркало из https://github.com/mozilla/pjs.git
BeOS changes. a=jband
This commit is contained in:
Родитель
a0739f965b
Коммит
26fb25c58e
|
@ -50,6 +50,12 @@
|
||||||
# define POPEN popen
|
# define POPEN popen
|
||||||
# define PCLOSE pclose
|
# define PCLOSE pclose
|
||||||
# define PLATFORM "UNIX"
|
# define PLATFORM "UNIX"
|
||||||
|
#elif XP_BEOS
|
||||||
|
# define ENVIRON environ
|
||||||
|
# define PUTENV putenv
|
||||||
|
# define POPEN popen
|
||||||
|
# define PCLOSE pclose
|
||||||
|
# define PLATFORM "BeOS"
|
||||||
#else
|
#else
|
||||||
# error "Platform not supported."
|
# error "Platform not supported."
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче