include: Fixed the tom constant values.
This commit is contained in:
parent
2271226bfd
commit
a9581adeac
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue