Commit 3db65935 authored by David Hedberg's avatar David Hedberg Committed by Alexandre Julliard

comdlg32: Implement Show and Close for the Item Dialog.

parent 9df020cd
......@@ -574,13 +574,10 @@ static void test_basics(void)
}
/* Close */
todo_wine
{
hr = IFileOpenDialog_Close(pfod, S_FALSE);
ok(hr == S_OK, "got 0x%08x\n", hr);
hr = IFileSaveDialog_Close(pfsd, S_FALSE);
ok(hr == S_OK, "got 0x%08x\n", hr);
}
/* SetOkButtonLabel */
todo_wine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment