mshtml: Added missing WINAPI in window proc.

oldstable
Jacek Caban 2007-05-24 19:16:02 +02:00 committed by Alexandre Julliard
parent de2e9e13ce
commit 4a71ab79f5
1 changed files with 1 additions and 1 deletions

View File

@ -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);