From: Yang Tse Date: Wed, 28 Feb 2007 15:10:20 +0000 (+0000) Subject: proper symbol definition check for Novell NetWare X-Git-Tag: curl-7_16_2~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdb42377b660f7c415f1f9b980aa2afc452c3b2;p=thirdparty%2Fcurl.git proper symbol definition check for Novell NetWare --- diff --git a/lib/nwlib.c b/lib/nwlib.c index 8b873e7f98..846353aba7 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 */