[PATCH] include: Remove confusing comment.
28 Oct
2020
28 Oct
'20
7:58 p.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- It's mentioned online, and is present in current SDK. include/mlang.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mlang.idl b/include/mlang.idl index 5867648b04f..7c4398feafd 100644 --- a/include/mlang.idl +++ b/include/mlang.idl @@ -708,7 +708,7 @@ interface IMultiLanguage2 : IUnknown [in] LANGID LangId, [out] IEnumScript **ppEnumScript); - HRESULT ValidateCodePageEx( /* undocumented on MSDN */ + HRESULT ValidateCodePageEx( [in] UINT uiCodePage, [in] HWND hwnd, [in] DWORD dwfIODControl); -- 2.28.0
1874
Age (days ago)
1874
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov