BeOS changes. a=jband

This commit is contained in:
mcafee%netscape.com 1999-06-29 06:51:25 +00:00
parent f2d4af5b11
commit 9107baba71

View File

@ -50,6 +50,12 @@
# define POPEN popen
# define PCLOSE pclose
# define PLATFORM "UNIX"
#elif XP_BEOS
# define ENVIRON environ
# define PUTENV putenv
# define POPEN popen
# define PCLOSE pclose
# define PLATFORM "BeOS"
#else
# error "Platform not supported."
#endif