proper symbol definition check for Novell NetWare
This commit is contained in:
parent
be8a5d0aef
commit
4fdb42377b
@ -21,7 +21,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#if !defined(WIN32) && !defined(_WIN32) && !defined(__WIN32__) && !defined(_WIN32_WCE)
|
#ifdef NETWARE /* Novell NetWare */
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.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