mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
7adcc6d423
commit
76595f8207
16 changed files with 104 additions and 51 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue