replaced HAVE_MALLOC_H with !__DARWIN__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-11-18 12:32:15 +00:00
parent ad05396006
commit d5939a20fd
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
#include "wx/wx.h"
#endif
#ifdef HAVE_MALLOC_H
#ifndef __DARWIN__
# include <malloc.h>
#endif
#include <stdio.h>

View File

@ -20,7 +20,7 @@
#include "wx/wx.h"
#endif
#ifdef HAVE_MALLOC_H
#ifndef __DARWIN__
# include <malloc.h>
#endif
#include <string.h>

View File

@ -24,7 +24,7 @@
#include "wx/wx.h"
#endif
#ifdef HAVE_MALLOC_H
#ifndef __DARWIN__
# include <malloc.h>
#endif
#include <stdio.h>