James Hawkins wrote:
On Thu, 03 Mar 2005 11:37:48 -0600, Robert Shearman rob@codeweavers.com wrote:
It looks like Windows only uses RegLoadKey to create keys under HKLM and HKU. Maybe we should do the same.
Rob
I agree we should use RegLoadKey as well to be consistent. Where is the registry initialisation code? I'd like to look around in there and see what can be done.
It is in misc/registry.c. Changing wine to using separate branches for the subkeys of HKLM and HKU is a pretty big change though.
Rob