Added missing definition of IsDialogMessageA()

svn path=/trunk/; revision=7159
This commit is contained in:
Thomas Bluemel 2003-12-21 16:48:23 +00:00
parent 494b88827c
commit 4c2b31ef87

View file

@ -1881,7 +1881,13 @@ GetDlgItemTextA(
int nIDDlgItem,
LPSTR lpString,
int nMaxCount);
WINBOOL
STDCALL
IsDialogMessageA(
HWND hDlg,
LPMSG lpMsg);
LRESULT
STDCALL
SendDlgItemMessageA(