Skip to content
Snippets Groups Projects
Commit d94b6515 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

wintab32/tests: Remove a function pointer cast.

parent 2a1a48b5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment