[ros-diffs] [fireball] 37357: 2008-10-18 Reece Dunn include: Fixed the tom constant values.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Nov 14 11:13:09 CET 2008


Author: fireball
Date: Fri Nov 14 04:13:08 2008
New Revision: 37357

URL: http://svn.reactos.org/svn/reactos?rev=37357&view=rev
Log:
2008-10-18 Reece Dunn include: Fixed the tom constant values.

Modified:
    trunk/reactos/include/psdk/tom.idl

Modified: trunk/reactos/include/psdk/tom.idl
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/tom.idl?rev=37357&r1=37356&r2=37357&view=diff
==============================================================================
--- trunk/reactos/include/psdk/tom.idl [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/tom.idl [iso-8859-1] Fri Nov 14 04:13:08 2008
@@ -32,8 +32,8 @@
     tomApplyLater  = 1,
     tomTrackParms  = 2,
     tomCacheParms  = 3,
-    tomBackward    = 0xc00000001,
-    tomForward     = 0x3ffffffff,
+    tomBackward    = 0xc0000001,
+    tomForward     = 0x3fffffff,
     tomMove        = 0,
     tomExtend      = 1,
     tomNoSelection          = 0,
@@ -161,21 +161,21 @@
     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 Ros-diffs mailing list