Reece Dunn : include: Fixed the tom constant values.

Alexandre Julliard julliard at winehq.org
Sat Oct 18 13:38:38 CDT 2008


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

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Fri Oct 17 20:41:38 2008 +0100

include: Fixed the tom constant values.

---

 include/tom.idl |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/include/tom.idl b/include/tom.idl
index 28a71a7..669fbcf 100644
--- a/include/tom.idl
+++ b/include/tom.idl
@@ -32,8 +32,8 @@ typedef enum tagTomConstants
     tomApplyLater  = 1,
     tomTrackParms  = 2,
     tomCacheParms  = 3,
-    tomBackward    = 0xc00000001,
-    tomForward     = 0x3ffffffff,
+    tomBackward    = 0xc0000001,
+    tomForward     = 0x3fffffff,
     tomMove        = 0,
     tomExtend      = 1,
     tomNoSelection          = 0,
@@ -161,21 +161,21 @@ typedef enum tagTomConstants
     tomText             = 0x2,
     tomHTML             = 0x3,
     tomWordDocument     = 0x4,
-    tomBold      = 0x800000001,
-    tomItalic    = 0x800000002,
-    tomUnderline = 0x800000004,
-    tomStrikeout = 0x800000008,
-    tomProtected = 0x800000010,
-    tomLink      = 0x800000020,
-    tomSmallCaps = 0x800000040,
-    tomAllCaps   = 0x800000080,
-    tomHidden    = 0x800000100,
-    tomOutline   = 0x800000200,
-    tomShadow    = 0x800000400,
-    tomEmboss    = 0x800000800,
-    tomImprint   = 0x800001000,
-    tomDisabled  = 0x800002000,
-    tomRevised   = 0x800004000,
+    tomBold      = 0x80000001,
+    tomItalic    = 0x80000002,
+    tomUnderline = 0x80000004,
+    tomStrikeout = 0x80000008,
+    tomProtected = 0x80000010,
+    tomLink      = 0x80000020,
+    tomSmallCaps = 0x80000040,
+    tomAllCaps   = 0x80000080,
+    tomHidden    = 0x80000100,
+    tomOutline   = 0x80000200,
+    tomShadow    = 0x80000400,
+    tomEmboss    = 0x80000800,
+    tomImprint   = 0x80001000,
+    tomDisabled  = 0x80002000,
+    tomRevised   = 0x80004000,
     tomNormalCaret      = 0,
     tomKoreanBlockCaret = 0x1,
     tomIncludeInset = 0x1,




More information about the wine-cvs mailing list