wintab32/tests: Remove a function pointer cast.
This commit is contained in:
parent
2a1a48b586
commit
d94b651519
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue