mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
Merge pull request #2840 from KevDi/bugfix/deleteRegKeyOnWOW6432Node
Deleting Registry Keys on the WOW6432Node is not possible on 64Bit Applications
This commit is contained in:
commit
3fdf8624a9
@ -352,7 +352,7 @@ void WinRegistryKey::deleteKey()
|
||||
std::string subKey(_subKey);
|
||||
subKey += "\\";
|
||||
subKey += *it;
|
||||
WinRegistryKey subRegKey(_hRootKey, subKey);
|
||||
WinRegistryKey subRegKey(_hRootKey, subKey, _readOnly, _extraSam);
|
||||
subRegKey.deleteKey();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user