RecursiveRegistryKeyDelete
Several modules in Wine implement registry tree deletion. RegDeleteTree is a new API that behaves exactly like these custom implementations. All custom implementations should be replaced with a call to RegDeleteTree to avoid code duplication and reduce the chances for more bugs.
Status
All of the custom code has been removed.
Workers: StefanLeichter
