diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-06-12 20:30:11 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-06-12 20:30:11 +0000 |
commit | e08682de18eb386b14fe07f7742b6733f7137d7f (patch) | |
tree | b075d890e5d45ec41d26a8cce4eb1bb6c89be243 | |
parent | Update to 1.5 (diff) |
don't include malloc.h
Notes
Notes:
svn path=/head/; revision=61171
-rw-r--r-- | emulators/wine-devel/files/patch-winefile.h | 10 | ||||
-rw-r--r-- | emulators/wine/files/patch-winefile.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-winefile.h b/emulators/wine-devel/files/patch-winefile.h new file mode 100644 index 000000000000..157fb4733c05 --- /dev/null +++ b/emulators/wine-devel/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> 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> |