aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-07-23 00:03:58 -0400
committerBob Arnson <github@bobs.org>2022-07-25 13:04:12 -0400
commitf1c74f3f60a0b1845806a2c6f7082692a8f37b7e (patch)
treed833dcd9b81a740a8a7124b0271ba953aa6ea411 /src/tools
parent339fc1d2148e6b7fe8cd664e81ee65e51405aa23 (diff)
downloadwix-f1c74f3f60a0b1845806a2c6f7082692a8f37b7e.tar.gz
wix-f1c74f3f60a0b1845806a2c6f7082692a8f37b7e.tar.bz2
wix-f1c74f3f60a0b1845806a2c6f7082692a8f37b7e.zip
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.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/thmviewer/precomp.h2
1 files changed, 1 insertions, 1 deletions
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(
55 ); 55 );
56extern "C" HRESULT LoadStart( 56extern "C" HRESULT LoadStart(
57 __in_z LPCWSTR wzThemePath, 57 __in_z LPCWSTR wzThemePath,
58 __in_z LPCWSTR wzWxlPath, 58 __in_z_opt LPCWSTR wzWxlPath,
59 __in HWND hWnd, 59 __in HWND hWnd,
60 __out HANDLE* phThread 60 __out HANDLE* phThread
61 ); 61 );