]> granicus.if.org Git - curl/commitdiff
proper symbol definition check for Novell NetWare
authorYang Tse <yangsita@gmail.com>
Wed, 28 Feb 2007 15:10:20 +0000 (15:10 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 28 Feb 2007 15:10:20 +0000 (15:10 +0000)
lib/nwlib.c

index 8b873e7f9850c24d19323da4d55527d5ffe759dc..846353aba76bf506b8a25e55d1cdabefd60633ce 100644 (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 */