wintab32/tests: Remove a function pointer cast.

This commit is contained in:
Michael Stefaniuc 2012-11-19 09:29:48 +01:00 committed by Alexandre Julliard
parent 2a1a48b586
commit d94b651519

View File

@ -80,7 +80,7 @@ static void wintab_create_window(HWND* pHwnd)
ZeroMemory(&testWindowClass, sizeof(testWindowClass));
testWindowClass.lpfnWndProc = (WNDPROC)wintabTestWndProc;
testWindowClass.lpfnWndProc = wintabTestWndProc;
testWindowClass.hInstance = NULL;
testWindowClass.hIcon = NULL;
testWindowClass.hCursor = NULL;