Tidied win32 stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-05-11 09:21:38 +00:00
parent 7adcc6d423
commit 76595f8207
16 changed files with 104 additions and 51 deletions

View file

@ -32,14 +32,14 @@
#include <netdb.h>
/* #include <libc.h> */
#ifdef WIN32
#ifdef __WIN32__
#include <Windows32/Sockets.h>
#else
#include <unistd.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>
#endif /* WIN32 */
#endif /* __WIN32__ */
static NSLock *_hostCacheLock = nil;
static BOOL _hostCacheEnabled = NO;