sync comdlg32_winetest with wine 1.1.13
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 17 Jan 2009 20:15:01 +0000 (20:15 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 17 Jan 2009 20:15:01 +0000 (20:15 +0000)
svn path=/trunk/; revision=38846

rostests/winetests/comdlg32/filedlg.c

index c3d56ea..9c3487f 100644 (file)
@@ -74,7 +74,7 @@ static void test_DialogCancel(void)
     ofn.nMaxFile = MAX_PATH;
     ofn.Flags = OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_HIDEREADONLY | OFN_ENABLEHOOK;
     ofn.lpstrDefExt = "txt";
-    ofn.lpfnHook = (LPOFNHOOKPROC) OFNHookProc;
+    ofn.lpfnHook = OFNHookProc;
     ofn.lpstrInitialDir = szInitialDir;
 
     PrintDlgA(NULL);