applied SF patch

This commit is contained in:
Stanislav Shwartsman 2012-02-10 15:15:31 +00:00
parent b497077b70
commit 421170b2b9

View File

@ -150,7 +150,7 @@ HWND hwndTT, tt_hwndDlg;
HHOOK tt_hhk;
const char *tt_text;
BOOL EnumChildProc(HWND hwndCtrl, LPARAM lParam);
BOOL CALLBACK EnumChildProc(HWND hwndCtrl, LPARAM lParam);
LRESULT CALLBACK GetMsgProc(int nCode, WPARAM wParam, LPARAM lParam);
BOOL CreateParamDlgTooltip(HWND hwndDlg)
@ -176,7 +176,7 @@ BOOL CreateParamDlgTooltip(HWND hwndDlg)
return TRUE;
}
BOOL EnumChildProc(HWND hwndCtrl, LPARAM lParam)
BOOL CALLBACK EnumChildProc(HWND hwndCtrl, LPARAM lParam)
{
TOOLINFO ti;
char szClass[64];