Hugh McMaster hugh.mcmaster@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.