Module: wine Branch: master Commit: 7a1e7212059425756a067cb9829a630472d6c2c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a1e7212059425756a067cb982... Author: Reece Dunn <msclrhd(a)googlemail.com> Date: Thu Oct 23 22:26:58 2008 +0100 include/mlang: Added a missing out attribute. --- include/mlang.idl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/mlang.idl b/include/mlang.idl index 2b236c7..6f00734 100644 --- a/include/mlang.idl +++ b/include/mlang.idl @@ -36,7 +36,7 @@ interface IMLangCodePages : IUnknown { HRESULT GetCharCodePages( [in] WCHAR chSrc, - DWORD *pdwCodePages); + [out] DWORD *pdwCodePages); HRESULT GetStrCodePages( [in, size_is(cchSrc)] const WCHAR *pszSrc, [in] long cchSrc,