Nikolay Sivov : include: Remove confusing comment.

Alexandre Julliard julliard at winehq.org
Wed Oct 28 15:58:17 CDT 2020


Module: wine
Branch: master
Commit: 03395fdf71b606b589b917eab5d4766842188b91
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=03395fdf71b606b589b917eab5d4766842188b91

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Oct 28 22:58:01 2020 +0300

include: Remove confusing comment.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list