ChangeSet ID: 10725
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/15 22:52:17
Modified files:
dlls/ntdll : virtual.c
Log message:
Check for overlapping memory views and delete the offending view if
necessary, to ensure we never have two views covering the same
address.
Patch: http://cvs.winehq.com/patch.py?id=10725
Old revision New revision Changes Path
1.21 1.22 +42 -21 wine/dlls/ntdll/virtual.c
ChangeSet ID: 10719
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/15 20:21:23
Modified files:
programs/regedit: main.h framewnd.c edit.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Streamline the editing interfaces a bit.
Open the registry with only the required permissions for the
operation. Fix a few leaks.
Patch: http://cvs.winehq.com/patch.py?id=10719
Old revision New revision Changes Path
1.13 1.14 +4 -4 wine/programs/regedit/main.h
1.10 1.11 +8 -14 wine/programs/regedit/framewnd.c
1.7 1.8 +45 -25 wine/programs/regedit/edit.c