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
commit4a32fae5fd0d74d25260f9a47585acb4a7f38ac5 (patch)
tree6c09785dc9867b7ff03d2fc4e8cfc2c49e71ef96 /app-emulation
parentBumped to the new version (diff)
downloadhistorical-4a32fae5fd0d74d25260f9a47585acb4a7f38ac5.tar.gz
historical-4a32fae5fd0d74d25260f9a47585acb4a7f38ac5.tar.bz2
historical-4a32fae5fd0d74d25260f9a47585acb4a7f38ac5.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);
+