Commit 4a71ab79 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added missing WINAPI in window proc.

parent de2e9e13
......@@ -248,7 +248,7 @@ static HRESULT activate_window(HTMLDocument *This)
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment