mirror of
https://github.com/curl/curl.git
synced 2026-05-30 10:17:28 +03:00
proper symbol definition check for Novell NetWare
This commit is contained in:
parent
be8a5d0aef
commit
4fdb42377b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue