summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-09-05 16:57:29 +0000
committerTilman Klar <phoenix@gentoo.org>2002-09-05 16:57:29 +0000
commitbdaf7af8568a2fa067ea83c9915e9b9a8719396d (patch)
tree8414f967880c52df733e51189904645c53c025cf /app-emulation
parentBumped to the new version (diff)
downloadgentoo-2-bdaf7af8568a2fa067ea83c9915e9b9a8719396d.tar.gz
gentoo-2-bdaf7af8568a2fa067ea83c9915e9b9a8719396d.tar.bz2
gentoo-2-bdaf7af8568a2fa067ea83c9915e9b9a8719396d.zip
Bumped to new version
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/files/wine-20020804-gentoo.diff17
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);
+