Re: [PATCH] msiexec: Use resource in msi for a Help Dialog to allow translation
21 Apr
2010
21 Apr
'10
2:52 p.m.
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.
5717
Age (days ago)
5717
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker