[PATCH] msiexec: Use resource in msi for a Help Dialog to allow translation

Hans Leidekker hans at codeweavers.com
Wed Apr 21 09:52:47 CDT 2010


On Wed, 2010-04-21 at 16:18 +0200, Detlef Riekenberg wrote:

>  static void ShowUsage(int ExitCode)
>  {
> -	printf(UsageStr);
> +    WCHAR msiexec_version[40];
> +    WCHAR msiexec_help[4096];
> +    WCHAR msi_res[4050];

You should use dynamically sized heap buffers here.





More information about the wine-devel mailing list