mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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
Block a user