mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
984e5973ff
commit
7066b8e47f
24 changed files with 155 additions and 577 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue