Mingw update

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-06-12 05:17:41 +00:00
parent 984e5973ff
commit 7066b8e47f
24 changed files with 155 additions and 577 deletions

View file

@ -25,7 +25,7 @@
#include <base/preface.h>
#include <Foundation/NSZone.h>
#include <string.h>
#ifndef __WIN32__
#ifndef __MINGW__
#include <unistd.h>
#endif
#include <stdio.h>
@ -38,7 +38,7 @@
#include <linux/sys.h>
#endif
#ifdef __WIN32__
#ifdef __MINGW__
#include <malloc.h>
static size_t
getpagesize(void)