[PATCH] appwiz.cpl: Remove list entries left over from an earlier uninstall

Dmitry Timoshkov dmitry at baikal.ru
Thu Dec 15 06:47:33 CST 2016


Hugh McMaster <hugh.mcmaster at outlook.com> wrote:

> -IMPORTS   = uuid urlmon advpack comctl32 advapi32 shell32 ole32 user32 comdlg32
> +IMPORTS   = uuid urlmon advpack comctl32 advapi32 shell32 ole32 user32 comdlg32 shlwapi
...
> +#include <shlwapi.h>
...
> -            info->regroot = root;
> +            info->regroot = SHRegDuplicateHKey(root);

Adding a whole new import just because of a simple RegOpenKeyEx() wrapper
is not really justified.

-- 
Dmitry.



More information about the wine-devel mailing list