Commit 470f7b20 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

user32/tests: Use the correct procedure for dialog tests (Valgrind).

parent 7e39544b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment