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, 17 insertions, 0 deletions
diff --git a/app-emulation/wine/files/wine-20020804-gentoo.diff b/app-emulation/wine/files/wine-20020804-gentoo.diff new file mode 100644 index 000000000000..a308bffe7eef --- /dev/null +++ b/app-emulation/wine/files/wine-20020804-gentoo.diff @@ -0,0 +1,17 @@ +*** 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); + |