Zhiyi Zhang : include: Fix wrong argument attribute for IFileDialog:: GetOptions.
Module: wine Branch: master Commit: 4e90bddcdded52b3a4df52cd92edc987c8553959 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4e90bddcdded52b3a4df52cd9... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Mon Oct 29 17:07:47 2018 +0800 include: Fix wrong argument attribute for IFileDialog::GetOptions. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/shobjidl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 73278e4..d459272 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -2889,7 +2889,7 @@ interface IFileDialog : IModalWindow [in] FILEOPENDIALOGOPTIONS fos); HRESULT GetOptions( - [in] FILEOPENDIALOGOPTIONS *pfos); + [out] FILEOPENDIALOGOPTIONS *pfos); HRESULT SetDefaultFolder( [in] IShellItem *psi);
participants (1)
-
Alexandre Julliard