ChangeSet ID: 103195334877803998308173 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/13 16:42:28
Modified files: dlls/advapi32 : registry.c dlls/ntdll : cdrom.c reg.c misc : registry.c win32 : device.c
Log message: Handle special registry root keys directly in advapi32, and avoid using them in kernel and ntdll.
Patch: http://cvs.winehq.com/patch.py?id=103195334877803998308173
Revision Changes Path 1.45 +115 -8 wine/dlls/advapi32/registry.c 1.20 +2 -2 wine/dlls/ntdll/cdrom.c 1.40 +1 -1 wine/dlls/ntdll/reg.c 1.117 +45 -41 wine/misc/registry.c 1.70 +100 -1 wine/win32/device.c