[3/3] kernel32/heap: Add registry caps for reported memory.

Adam Martinson amartinson at codeweavers.com
Tue May 31 11:04:27 CDT 2011


This is a workaround for some broken installers which don't understand
large amounts of memory.  eg, the Photoshop 4 installer is broken on
Windows on systems with modern amounts of memory due to a bug in
Macromedia Director.  Macromedia's suggested solution is to reduce the
pagefile size to 200MB or less.  This gives us a similar course of action,
setting HKLM\Software\Wine\GlobalMemory\TotalPageFileMax = "200" fixes the
installer in Win98 mode.
---
  dlls/kernel32/heap.c |   51 
+++++++++++++++++++++++++++++++++++++++++++++++++-
  1 files changed, 50 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0011-kernel32-heap-Add-registry-caps-for-reported-memory.patch
Type: text/x-patch
Size: 3709 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110531/2f8317d0/attachment.bin>


More information about the wine-patches mailing list