diff options
| author | Yang Tse <yangsita@gmail.com> | 2007-02-28 15:10:20 +0000 | 
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2007-02-28 15:10:20 +0000 | 
| commit | 4fdb42377b660f7c415f1f9b980aa2afc452c3b2 (patch) | |
| tree | a4e1f7fd1f25a896511761bcb5df8bb682f4bc8a /lib | |
| parent | be8a5d0aef8eef4236d7cd6ce2cd7eabf74006f4 (diff) | |
proper symbol definition check for Novell NetWare
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/nwlib.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nwlib.c b/lib/nwlib.c index 8b873e7f9..846353aba 100644 --- a/lib/nwlib.c +++ b/lib/nwlib.c @@ -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 */  | 
