include: Remove confusing comment.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
da9f165acb
commit
03395fdf71
|
@ -708,7 +708,7 @@ interface IMultiLanguage2 : IUnknown
|
||||||
[in] LANGID LangId,
|
[in] LANGID LangId,
|
||||||
[out] IEnumScript **ppEnumScript);
|
[out] IEnumScript **ppEnumScript);
|
||||||
|
|
||||||
HRESULT ValidateCodePageEx( /* undocumented on MSDN */
|
HRESULT ValidateCodePageEx(
|
||||||
[in] UINT uiCodePage,
|
[in] UINT uiCodePage,
|
||||||
[in] HWND hwnd,
|
[in] HWND hwnd,
|
||||||
[in] DWORD dwfIODControl);
|
[in] DWORD dwfIODControl);
|
||||||
|
|
Loading…
Reference in New Issue