ChangeSet ID: 12709
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/23 23:08:33
Modified files:
dlls/kernel : heap.c
Log message:
In GlobalMemoryStatus, also cap the sum of dwAvailPhys and
dwAvailPageFile at 2Gb to avoid a bug in Photoshop 4.
Patch: http://cvs.winehq.org/patch.py?id=12709
Old revision New revision Changes Path
1.8 1.9 +7 -3 wine/dlls/kernel/heap.c
ChangeSet ID: 12708
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/23 23:07:22
Modified files:
loader : kthread.c
Log message:
Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
Call dlsym with RTLD_DEFAULT for symbols that we don't redefine to
work around another glibc bug.
Patch: http://cvs.winehq.org/patch.py?id=12708
Old revision New revision Changes Path
1.5 1.6 +7 -7 wine/loader/kthread.c