mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
richedit: Update EM_GETOLEINTERFACE documentation status.
This commit is contained in:
parent
8f7a99fb96
commit
e49cb3bfcb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user