aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Util/ca')
-rw-r--r--src/ext/Util/ca/test.cpp2
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;