aboutsummaryrefslogtreecommitdiff
path: root/lib/nwlib.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-28 15:10:20 +0000
committerYang Tse <yangsita@gmail.com>2007-02-28 15:10:20 +0000
commit4fdb42377b660f7c415f1f9b980aa2afc452c3b2 (patch)
treea4e1f7fd1f25a896511761bcb5df8bb682f4bc8a /lib/nwlib.c
parentbe8a5d0aef8eef4236d7cd6ce2cd7eabf74006f4 (diff)
proper symbol definition check for Novell NetWare
Diffstat (limited to 'lib/nwlib.c')
-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 */