regsvr32: Convert source to Unicode and modify a resource string (try 2)

Hugh McMaster hugh.mcmaster at masterindexing.com
Thu Jun 5 07:22:21 CDT 2014


This patch converts programs/regsvr32/regsvr32.c to Unicode.

A resource string is also updated to enable the internal conversion of multibyte char* to WCHAR* for console output.

-STRING_PROC_NOT_IMPLEMENTED, "regsvr32: %1 not implemented in DLL '%2'\n"
+STRING_PROC_NOT_IMPLEMENTED, "regsvr32: '%1!S!' not implemented in DLL '%2'\n"

Please do not update the po files when committing this patch, as forthcoming changes to the resource string above will fuzzy all existing translations. Once the patch has been committed, I will generate a patch updating all of the po files.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: regsvr32-unicode.patch
Type: application/octet-stream
Size: 9063 bytes
Desc: regsvr32-unicode.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140605/06da6ffb/attachment.obj>


More information about the wine-patches mailing list