Jacek Caban : textstor.idl: Added TS_ST_CORRECTION declaration.

Alexandre Julliard julliard at winehq.org
Fri Sep 14 10:54:22 CDT 2012


Module: wine
Branch: master
Commit: 556076dcbe3bde631e97ca619238b8f57fee1319
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=556076dcbe3bde631e97ca619238b8f57fee1319

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Sep 14 14:53:14 2012 +0200

textstor.idl: Added TS_ST_CORRECTION declaration.

---

 include/textstor.idl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/textstor.idl b/include/textstor.idl
index 25f7749..5928569 100644
--- a/include/textstor.idl
+++ b/include/textstor.idl
@@ -64,6 +64,8 @@ const WCHAR TS_CHAR_REPLACEMENT  = 0xfffd;
 const DWORD TS_IAS_NOQUERY    = 0x1;
 const DWORD TS_IAS_QUERYONLY  = 0x2;
 
+const DWORD TS_ST_CORRECTION = 0x1;
+
 typedef [uuid(05fcf85b-5e9c-4c3e-ab71-29471d4f38e7)]  enum { TS_AE_NONE, TS_AE_START, TS_AE_END } TsActiveSelEnd;
 typedef [uuid(033b0df0-f193-4170-b47b-141afc247878)]  enum { TS_RT_PLAIN, TS_RT_HIDDEN, TS_RT_OPAQUE } TsRunType;
 typedef [uuid(ef3457d9-8446-49a7-a9e6-b50d9d5f3fd9)]  GUID TS_ATTRID;




More information about the wine-cvs mailing list