mshtml: Added missing WINAPI in window proc.
This commit is contained in:
parent
de2e9e13ce
commit
4a71ab79f5
|
@ -248,7 +248,7 @@ static HRESULT activate_window(HTMLDocument *This)
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static LRESULT tooltips_proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
static LRESULT WINAPI tooltips_proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
tooltip_data *data = GetPropW(hwnd, wszTooltipData);
|
tooltip_data *data = GetPropW(hwnd, wszTooltipData);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue