aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-vcl+source+glyphs+gcache_layout.cxx
blob: 53c7a909faf75c39ea497eef7a8efab4dd77112b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
malloc.h is deprecated
http://qa.openoffice.org/issues/show_bug.cgi?id=27041

--- ../vcl/source/glyphs/gcach_layout.cxx~	Tue Mar  9 21:15:32 2004
+++ ../vcl/source/glyphs/gcach_layout.cxx	Mon Mar 29 09:44:52 2004
@@ -74,7 +74,7 @@
 #if defined(SOLARIS) || defined(IRIX)
   #include <alloca.h>
 #else
-#ifndef MACOSX
+#if !(defined(MACOSX) || defined(FREEBSD))
   #include <malloc.h>
 #endif
 #endif