BeOS changes. a=jband

git-svn-id: svn://10.0.0.236/trunk@37374 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-06-29 06:51:25 +00:00
parent f121ff0a45
commit 8524d783be

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