aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/nwlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nwlib.c b/lib/nwlib.c
index 8b873e7f9..846353aba 100644
--- a/lib/nwlib.c
+++ b/lib/nwlib.c
@@ -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 */