[PATCH] winecfg: don't trash app names

Rafał Mużyło galtgendo at o2.pl
Wed Mar 18 10:33:13 CDT 2020


Currently, if app name isn't representable in CP_ACP, it gets trashed
during creation. There's no reason for it - the name is originally
retrived as widechar string. This isn't the cleanest way, but still one
that works.

gothas: enumerate_values is no longer usable for other maens, yet this
was its only use; reg_key_exists becomes unused; {g,s}et_app_reg_key
copy a lot of existing code, instead of reusing

minor note: winecfg could use a better check for KEY_WOW64_32KEY case -
in my experience, it's quite often that key created by winecfg should
actually under Wow6432Node, otherwise it has no effect.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine-5.4-winecfg-fix-paths.patch
Type: text/x-diff
Size: 13456 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200318/3b71ca84/attachment.patch>


More information about the wine-devel mailing list