diff options
Diffstat (limited to 'src/burn/engine/splashscreen.cpp')
-rw-r--r-- | src/burn/engine/splashscreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/splashscreen.cpp b/src/burn/engine/splashscreen.cpp index b9dc9f55..0bfa00aa 100644 --- a/src/burn/engine/splashscreen.cpp +++ b/src/burn/engine/splashscreen.cpp | |||
@@ -337,7 +337,7 @@ static HRESULT LoadSplashScreen( | |||
337 | } | 337 | } |
338 | 338 | ||
339 | pSplashScreen->hWnd = ::CreateWindowExW(WS_EX_TOOLWINDOW, BURN_SPLASHSCREEN_CLASS_WINDOW, pContext->wzCaption, WS_POPUP | WS_VISIBLE, x, y, pSplashScreen->size.cx, pSplashScreen->size.cy, HWND_DESKTOP, NULL, pContext->hInstance, pSplashScreen); | 339 | pSplashScreen->hWnd = ::CreateWindowExW(WS_EX_TOOLWINDOW, BURN_SPLASHSCREEN_CLASS_WINDOW, pContext->wzCaption, WS_POPUP | WS_VISIBLE, x, y, pSplashScreen->size.cx, pSplashScreen->size.cy, HWND_DESKTOP, NULL, pContext->hInstance, pSplashScreen); |
340 | ExitOnNullWithLastError(pSplashScreen->hWnd, hr, "Failed to create window."); | 340 | ExitOnNullWithLastError(pSplashScreen->hWnd, hr, "Failed to create splash screen window."); |
341 | 341 | ||
342 | LExit: | 342 | LExit: |
343 | MemFree(pMonitorContext); | 343 | MemFree(pMonitorContext); |