aboutsummaryrefslogtreecommitdiff
path: root/src/engine/splashscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/splashscreen.cpp')
-rw-r--r--src/engine/splashscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/splashscreen.cpp b/src/engine/splashscreen.cpp
index cad8c88c..90bd5203 100644
--- a/src/engine/splashscreen.cpp
+++ b/src/engine/splashscreen.cpp
@@ -196,7 +196,7 @@ static LRESULT CALLBACK WndProc(
196 ) 196 )
197{ 197{
198 LRESULT lres = 0; 198 LRESULT lres = 0;
199 SPLASHSCREEN_INFO* pSplashScreen = reinterpret_cast<SPLASHSCREEN_INFO*>(::GetWindowLongW(hWnd, GWLP_USERDATA)); 199 SPLASHSCREEN_INFO* pSplashScreen = reinterpret_cast<SPLASHSCREEN_INFO*>(::GetWindowLongPtrW(hWnd, GWLP_USERDATA));
200 200
201 switch (uMsg) 201 switch (uMsg)
202 { 202 {