mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
proper symbol definition check for Novell NetWare
This commit is contained in:
parent
be8a5d0aef
commit
4fdb42377b
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user