From 4fdb42377b660f7c415f1f9b980aa2afc452c3b2 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 28 Feb 2007 15:10:20 +0000 Subject: [PATCH] proper symbol definition check for Novell NetWare --- lib/nwlib.c | 4 ++-- 1 file 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 #include @@ -301,4 +301,4 @@ void DisposeThreadData(void *data) } } -#endif /* Not for Windows */ +#endif /* NETWARE */