mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 02:59:37 +00:00
sync comdlg32_winetest with wine 1.1.13
svn path=/trunk/; revision=38846
This commit is contained in:
parent
be6f9a9db3
commit
56f186a682
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue