diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-12-26 21:15:06 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-11 12:20:07 -0600 |
| commit | 5bab3f6ae97b62bb6e79378010c08a13e48fde5a (patch) | |
| tree | 01d648f19b9523de128686443afd407afc8db84f /src/engine/splashscreen.cpp | |
| parent | b20a77911c6a2b096f021639e0daadae7430091c (diff) | |
| download | wix-5bab3f6ae97b62bb6e79378010c08a13e48fde5a.tar.gz wix-5bab3f6ae97b62bb6e79378010c08a13e48fde5a.tar.bz2 wix-5bab3f6ae97b62bb6e79378010c08a13e48fde5a.zip | |
Upgrade to latest dutil as first step for x64 and ARM64
Diffstat (limited to 'src/engine/splashscreen.cpp')
| -rw-r--r-- | src/engine/splashscreen.cpp | 2 |
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 | { |
