proper symbol definition check for Novell NetWare

This commit is contained in:
Yang Tse 2007-02-28 15:10:20 +00:00
parent be8a5d0aef
commit 4fdb42377b
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
* $Id$
***************************************************************************/
#if !defined(WIN32) && !defined(_WIN32) && !defined(__WIN32__) && !defined(_WIN32_WCE)
#ifdef NETWARE /* Novell NetWare */
#include <errno.h>
#include <string.h>
@ -301,4 +301,4 @@ void DisposeThreadData(void *data)
}
}
#endif /* Not for Windows */
#endif /* NETWARE */