[cmd][buildins] Change output resource strings for correctly displayed

Anatoly Lyutin vostok at etersoft.ru
Fri Jan 26 03:52:41 CST 2007


In WCMD_give_help() resource strings load with LoadString() and 
displayed on screen with WCMD_output_asis(),
but it not consider resource encoding and user locale. Using LoadStringW 
and WriteConsoleW, we guarantee correctly output strings from resources.

Changelog:
In WCMD_give_help():
Change LoadString() on LoadStringW().
Change WCMD_output_asis() on WriteConsoleW.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmd-builtins-resource.patch
Type: text/x-patch
Size: 1473 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070126/8ff55055/cmd-builtins-resource.bin


More information about the wine-patches mailing list