user32/tests: Use the correct procedure for dialog tests (Valgrind).
Signed-off-by: Sven Baars <sven.wine@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7e39544bfa
commit
470f7b20d4
|
@ -877,7 +877,7 @@ static void test_builtinproc(void)
|
|||
|
||||
static LRESULT WINAPI TestDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
return DefWindowProcA(hWnd, uMsg, wParam, lParam);
|
||||
return DefDlgProcA(hWnd, uMsg, wParam, lParam);
|
||||
}
|
||||
|
||||
static BOOL RegisterTestDialog(HINSTANCE hInstance)
|
||||
|
|
Loading…
Reference in New Issue