Compilation problem under Linux should be fixed now

This commit is contained in:
Alexander S. Aganichev 2003-04-07 10:28:33 +00:00
parent d0fc0d7104
commit 3b5cb6c142

View File

@ -39,7 +39,7 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
#if defined(__BEOS__) #if defined(UNIX)
#define stricmp strcasecmp #define stricmp strcasecmp
#endif #endif