mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Weather: Fixed erroneous message check
This commit is contained in:
parent
2efe2a673d
commit
71656419f7
@ -638,7 +638,7 @@ LRESULT CALLBACK epw_Weather_WindowProc(_In_ HWND hWnd, _In_ UINT uMsg, _In_ WPA
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
else if (wParam == EP_WEATHER_WM_REBOUND_BROWSER)
|
||||
else if (uMsg == EP_WEATHER_WM_REBOUND_BROWSER)
|
||||
{
|
||||
LPWSTR uri = NULL;
|
||||
if (_this->pCoreWebView2)
|
||||
|
Loading…
Reference in New Issue
Block a user