Browse Source

Weather: Fixed `ep_Weather_Initialize` prototype

pull/886/head
Valentin Radu 4 years ago
parent
commit
26ec0df728
  1. 2
      ep_weather_host/ep_weather_host.c

2
ep_weather_host/ep_weather_host.c

@ -1052,7 +1052,7 @@ DWORD WINAPI epw_Weather_MainThread(EPWeather* _this)
return 0; return 0;
} }
HRESULT STDMETHODCALLTYPE epw_Weather_Initialize(EPWeather* _this, WCHAR wszName[MAX_PATH], BOOL bAllocConsole, LONG64 dwProvider, LONG64 cbx, LONG64 cby, LONG64 dwTemperatureUnit, LONG64 dwUpdateSchedule, RECT rc, LONG64 dwDarkMode, DWORD dwGeolocationMode, HWND* hWnd) HRESULT STDMETHODCALLTYPE epw_Weather_Initialize(EPWeather* _this, WCHAR wszName[MAX_PATH], BOOL bAllocConsole, LONG64 dwProvider, LONG64 cbx, LONG64 cby, LONG64 dwTemperatureUnit, LONG64 dwUpdateSchedule, RECT rc, LONG64 dwDarkMode, LONG64 dwGeolocationMode, HWND* hWnd)
{ {
if (bAllocConsole) if (bAllocConsole)
{ {

Loading…
Cancel
Save