wintab32/tests: Remove a function pointer cast.

Michael Stefaniuc mstefani at redhat.de
Mon Nov 19 02:29:48 CST 2012


---
 dlls/wintab32/tests/context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wintab32/tests/context.c b/dlls/wintab32/tests/context.c
index 6b37129..5f05912 100644
--- a/dlls/wintab32/tests/context.c
+++ b/dlls/wintab32/tests/context.c
@@ -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;
-- 
1.7.7.6



More information about the wine-patches mailing list