Commit a9581ade authored by Reece Dunn's avatar Reece Dunn Committed by Alexandre Julliard

include: Fixed the tom constant values.

parent 2271226b
...@@ -32,8 +32,8 @@ typedef enum tagTomConstants ...@@ -32,8 +32,8 @@ typedef enum tagTomConstants
tomApplyLater = 1, tomApplyLater = 1,
tomTrackParms = 2, tomTrackParms = 2,
tomCacheParms = 3, tomCacheParms = 3,
tomBackward = 0xc00000001, tomBackward = 0xc0000001,
tomForward = 0x3ffffffff, tomForward = 0x3fffffff,
tomMove = 0, tomMove = 0,
tomExtend = 1, tomExtend = 1,
tomNoSelection = 0, tomNoSelection = 0,
...@@ -161,21 +161,21 @@ typedef enum tagTomConstants ...@@ -161,21 +161,21 @@ typedef enum tagTomConstants
tomText = 0x2, tomText = 0x2,
tomHTML = 0x3, tomHTML = 0x3,
tomWordDocument = 0x4, tomWordDocument = 0x4,
tomBold = 0x800000001, tomBold = 0x80000001,
tomItalic = 0x800000002, tomItalic = 0x80000002,
tomUnderline = 0x800000004, tomUnderline = 0x80000004,
tomStrikeout = 0x800000008, tomStrikeout = 0x80000008,
tomProtected = 0x800000010, tomProtected = 0x80000010,
tomLink = 0x800000020, tomLink = 0x80000020,
tomSmallCaps = 0x800000040, tomSmallCaps = 0x80000040,
tomAllCaps = 0x800000080, tomAllCaps = 0x80000080,
tomHidden = 0x800000100, tomHidden = 0x80000100,
tomOutline = 0x800000200, tomOutline = 0x80000200,
tomShadow = 0x800000400, tomShadow = 0x80000400,
tomEmboss = 0x800000800, tomEmboss = 0x80000800,
tomImprint = 0x800001000, tomImprint = 0x80001000,
tomDisabled = 0x800002000, tomDisabled = 0x80002000,
tomRevised = 0x800004000, tomRevised = 0x80004000,
tomNormalCaret = 0, tomNormalCaret = 0,
tomKoreanBlockCaret = 0x1, tomKoreanBlockCaret = 0x1,
tomIncludeInset = 0x1, tomIncludeInset = 0x1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment