diff -r 6ad1722bbcae -r 76e207c6b4a7 platform/unix.c --- a/platform/unix.c Wed Jul 10 08:15:15 2002 +0000 +++ b/platform/unix.c Wed Jul 10 21:14:33 2002 +0000 @@ -10,11 +10,8 @@ # include #endif -#if (!defined __BEOS__) /* BeOS uses beos.cpp and posix.c ... */ - -#if (defined WIN32) /* cygwin/mingw32? */ -#include "win32.c" /* !!! FIXME: holy friggin' hack. */ -#else +/* BeOS uses beos.cpp and posix.c ... Cygwin and such use win32.c ... */ +#if ((!defined __BEOS__) && (!defined WIN32)) #if ((defined __APPLE__) && (defined __MACH__)) # if (!defined __DARWIN__)