]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced HAVE_MALLOC_H with !__DARWIN__
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 18 Nov 2001 12:32:15 +0000 (12:32 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 18 Nov 2001 12:32:15 +0000 (12:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/HelpGen/src/ifcontext.cpp
utils/HelpGen/src/scriptbinder.cpp
utils/HelpGen/src/srcparser.cpp

index be08a59330bd16ee10f427aa486829be49bd5bfd..295aab86dc8c3f3ab4277458347d3eca712a00ec 100644 (file)
@@ -24,7 +24,7 @@
 #include "wx/wx.h"
 #endif
 
-#ifdef HAVE_MALLOC_H
+#ifndef __DARWIN__
 #  include <malloc.h>
 #endif
 #include <stdio.h>
index cfdc15fbaf214b976faa0452bee6439a5bd8a00e..f20a5f675ec8f214d443ee5b3eaa07593614deed 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/wx.h"
 #endif
 
-#ifdef HAVE_MALLOC_H
+#ifndef __DARWIN__
 #  include <malloc.h>
 #endif
 #include <string.h>
index 2875d4404067dbe02e61e8d1173a9da420d2227b..54068894019c1cf59a8e9885b9a9d3baf9d5fa05 100644 (file)
@@ -24,7 +24,7 @@
 #include "wx/wx.h"
 #endif
 
-#ifdef HAVE_MALLOC_H
+#ifndef __DARWIN__
 #  include <malloc.h>
 #endif
 #include <stdio.h>