Commit 4e90bddc authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

include: Fix wrong argument attribute for IFileDialog::GetOptions.

parent e12d97e5
......@@ -2889,7 +2889,7 @@ interface IFileDialog : IModalWindow
[in] FILEOPENDIALOGOPTIONS fos);
HRESULT GetOptions(
[in] FILEOPENDIALOGOPTIONS *pfos);
[out] FILEOPENDIALOGOPTIONS *pfos);
HRESULT SetDefaultFolder(
[in] IShellItem *psi);
......
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