ChangeSet ID: 12493
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/28 14:28:41
Modified files:
dlls/shell32 : shellpath.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Make sure that the size of the buffer passed to RegSetValueExW is in
bytes not WCHARs.
Patch: http://cvs.winehq.org/patch.py?id=12493
Old revision New revision Changes Path
1.84 1.85 +4 -2 wine/dlls/shell32/shellpath.c
ChangeSet ID: 12488
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/27 22:48:09
Modified files:
libs/wine : mmap.c
dlls/ntdll : virtual.c
Log message:
Don't rely on the reserved area list being empty in reserve_area,
since the preloader will need to add things to the list before
startup.
Patch: http://cvs.winehq.org/patch.py?id=12488
Old revision New revision Changes Path
1.3 1.4 +2 -26 wine/libs/wine/mmap.c
1.33 1.34 +2 -0 wine/dlls/ntdll/virtual.c
ChangeSet ID: 12487
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/05/27 22:45:47
Modified files:
dlls/kernel : dosmem.c
Log message:
Ensure that we can initialize the DOS memory area correctly even if it
has been pre-reserved already.
Patch: http://cvs.winehq.org/patch.py?id=12487
Old revision New revision Changes Path
1.5 1.6 +12 -9 wine/dlls/kernel/dosmem.c