[PATCH 1/4] shell32: Replace call of RegDeleteKeyW by SHDeleteKeyW.

Mariusz Pluciński vshader at gmail.com
Fri Aug 5 11:26:08 CDT 2011


In some cases Windows put subkeys into known folder definition. If we 
reimplement this functionality in the future, UnregisterFolder will stop 
working as it is not possible to remove key with subkeys by 
RegDeleteKey. It should be better to use SHDeleteKey, as it can do this.
---
  dlls/shell32/shellpath.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shell32-Replace-call-of-RegDeleteKeyW-by-SHDeleteKey.patch
Type: text/x-patch
Size: 561 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110805/929cecaa/attachment.bin>


More information about the wine-patches mailing list