Nikolay Sivov : richedit: Update EM_GETOLEINTERFACE documentation status.
Module: wine Branch: master Commit: e49cb3bfcbc9180ec58f89e84d2f25f761eef406 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e49cb3bfcbc9180ec58f89e84d... Author: Nikolay Sivov <bunglehead(a)gmail.com> Date: Wed Jan 21 19:08:31 2009 +0300 richedit: Update EM_GETOLEINTERFACE documentation status. --- dlls/riched20/editor.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 2666c64..f10dddc 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -56,7 +56,7 @@ + EM_GETLINE + EM_GETLINECOUNT returns number of rows, not of paragraphs + EM_GETMODIFY - - EM_GETOLEINTERFACE + + EM_GETOLEINTERFACE + EM_GETOPTIONS + EM_GETPARAFORMAT + EM_GETPASSWORDCHAR 2.0 @@ -3045,7 +3045,6 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam, UNSUPPORTED_MSG(EM_GETIMESTATUS) UNSUPPORTED_MSG(EM_SETIMESTATUS) UNSUPPORTED_MSG(EM_GETLANGOPTIONS) - /* UNSUPPORTED_MSG(EM_GETOLEINTERFACE) separate stub */ UNSUPPORTED_MSG(EM_GETREDONAME) UNSUPPORTED_MSG(EM_GETTEXTMODE) UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS)
participants (1)
-
Alexandre Julliard