From f1c74f3f60a0b1845806a2c6f7082692a8f37b7e Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 23 Jul 2022 00:03:58 -0400 Subject: Add files-in-use task dialog. Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545. --- src/tools/thmviewer/precomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/thmviewer/precomp.h b/src/tools/thmviewer/precomp.h index 762a0623..41d2e9fb 100644 --- a/src/tools/thmviewer/precomp.h +++ b/src/tools/thmviewer/precomp.h @@ -55,7 +55,7 @@ extern "C" HRESULT DisplayStart( ); extern "C" HRESULT LoadStart( __in_z LPCWSTR wzThemePath, - __in_z LPCWSTR wzWxlPath, + __in_z_opt LPCWSTR wzWxlPath, __in HWND hWnd, __out HANDLE* phThread ); -- cgit v1.2.3-55-g6feb