Commit d94b6515 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wintab32/tests: Remove a function pointer cast.

parent 2a1a48b5
......@@ -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;
......
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