This commit is contained in:
mcafee%netscape.com 1999-06-29 06:51:25 +00:00
Родитель f2d4af5b11
Коммит 9107baba71
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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