From 4c2b31ef87153f5309123d6508b695f7ffe70309 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 21 Dec 2003 16:48:23 +0000 Subject: [PATCH] Added missing definition of IsDialogMessageA() svn path=/trunk/; revision=7159 --- reactos/include/ascii.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reactos/include/ascii.h b/reactos/include/ascii.h index c4769c30155..8a05a88fb94 100644 --- a/reactos/include/ascii.h +++ b/reactos/include/ascii.h @@ -1881,7 +1881,13 @@ GetDlgItemTextA( int nIDDlgItem, LPSTR lpString, int nMaxCount); - + +WINBOOL +STDCALL +IsDialogMessageA( + HWND hDlg, + LPMSG lpMsg); + LRESULT STDCALL SendDlgItemMessageA(