diff options
author | Rob Mensching <rob@firegiant.com> | 2024-01-11 18:26:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-06 18:03:38 -0800 |
commit | 0d3d54992104288e9ee0c834d0b96e8502fd2d42 (patch) | |
tree | 9efa49c4983cd2ba1becab64bd1f2faccac88acf /src/ext/Util/ca/test.cpp | |
parent | 2824298d9dd817a47527c920363556b54ead5d5d (diff) | |
download | wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.gz wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.tar.bz2 wix-0d3d54992104288e9ee0c834d0b96e8502fd2d42.zip |
Move the BootstrapperApplication out of proc
Diffstat (limited to 'src/ext/Util/ca/test.cpp')
-rw-r--r-- | src/ext/Util/ca/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/ca/test.cpp b/src/ext/Util/ca/test.cpp index c4d215f0..e9d02ed3 100644 --- a/src/ext/Util/ca/test.cpp +++ b/src/ext/Util/ca/test.cpp | |||
@@ -216,7 +216,7 @@ static DWORD WINAPI ThreadProc( | |||
216 | 216 | ||
217 | // Create the window to handle reboots without activating it. | 217 | // Create the window to handle reboots without activating it. |
218 | hWnd = ::CreateWindowExW(WS_EX_TOOLWINDOW, wc.lpszClassName, NULL, WS_POPUP | WS_VISIBLE, CW_USEDEFAULT, SW_SHOWNA, 0, 0, HWND_DESKTOP, NULL, pContext->hInstance, NULL); | 218 | hWnd = ::CreateWindowExW(WS_EX_TOOLWINDOW, wc.lpszClassName, NULL, WS_POPUP | WS_VISIBLE, CW_USEDEFAULT, SW_SHOWNA, 0, 0, HWND_DESKTOP, NULL, pContext->hInstance, NULL); |
219 | ExitOnNullWithLastError(hWnd, hr, "Failed to create window."); | 219 | ExitOnNullWithLastError(hWnd, hr, "Failed to create test UI thread window."); |
220 | 220 | ||
221 | // Persist the window handle and let the caller know we've initialized. | 221 | // Persist the window handle and let the caller know we've initialized. |
222 | pContext->hWnd = hWnd; | 222 | pContext->hWnd = hWnd; |