aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-06-12 20:30:11 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-06-12 20:30:11 +0000
commite08682de18eb386b14fe07f7742b6733f7137d7f (patch)
treeb075d890e5d45ec41d26a8cce4eb1bb6c89be243 /emulators/wine
parent111c315a430f46ab8ff2716a7108d7d87e357f6f (diff)
downloadports-e08682de18eb386b14fe07f7742b6733f7137d7f.tar.gz
ports-e08682de18eb386b14fe07f7742b6733f7137d7f.zip
don't include malloc.h
Notes
Notes: svn path=/head/; revision=61171
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/files/patch-winefile.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-winefile.h b/emulators/wine/files/patch-winefile.h
new file mode 100644
index 000000000000..157fb4733c05
--- /dev/null
+++ b/emulators/wine/files/patch-winefile.h
@@ -0,0 +1,10 @@
+--- programs/winefile/winefile.h.old Wed Jun 12 13:11:02 2002
++++ programs/winefile/winefile.h Wed Jun 12 13:11:07 2002
+@@ -38,7 +38,6 @@
+ #include <commctrl.h>
+ #include <shellapi.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <stdio.h>
+ #include <tchar.h>
+ #include <ctype.h>