mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fixes for Windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5c78d02fe
commit
9de41b06f6
21 changed files with 236 additions and 348 deletions
|
@ -30,7 +30,9 @@
|
|||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <math.h>
|
||||
#ifndef __WIN32__
|
||||
#ifdef __WIN32__
|
||||
#include <winsock.h>
|
||||
#else /* __WIN32__ */
|
||||
#if HAVE_VALUES_H
|
||||
#include <values.h> // This gets BITSPERBYTE on Solaris
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue