Commit 4fdb4237 authored by Yang Tse's avatar Yang Tse
Browse files

proper symbol definition check for Novell NetWare

parent be8a5d0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 */