diff options
Diffstat (limited to 'app-emulation/wine/files/wine-20020804-gentoo.diff')
-rw-r--r-- | app-emulation/wine/files/wine-20020804-gentoo.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-emulation/wine/files/wine-20020804-gentoo.diff b/app-emulation/wine/files/wine-20020804-gentoo.diff deleted file mode 100644 index a308bffe7eef..000000000000 --- a/app-emulation/wine/files/wine-20020804-gentoo.diff +++ /dev/null @@ -1,17 +0,0 @@ -*** wine/programs/winhelp/hlp2sgml.c 2002/07/16 01:46:29 1.6 ---- wine/programs/winhelp/hlp2sgml.c 2002/08/17 18:29:12 1.7 -*************** -*** 292,297 **** ---- 292,302 ---- - return fread(buffer, 1, count, file); - } - -+ HANDLE WINAPI GetProcessHeap(void) -+ { -+ return 0; -+ } -+ - void* WINAPI HeapAlloc( HANDLE heap, DWORD flags, DWORD size ) - { - assert(flags == 0); - |