Commit 710a58da authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Added some of newer Common Controls definitions.

parent 382dc1de
......@@ -78,6 +78,8 @@
#define TBS_TOOLTIPS 0x0100
#define TBS_REVERSED 0x0200
#define TBS_DOWNISLEFT 0x0400
#define TBS_NOTIFYBEFOREREMOVE 0x0800
#define TBS_TRANSPARENTBKGND 0x1000
/* UpDown Control */
#define UDS_WRAP 0x0001
......@@ -195,6 +197,7 @@
#define DTS_SHOWNONE 0x0002
#define DTS_LONGDATEFORMAT 0x0004
#define DTS_TIMEFORMAT 0x0009
#define DTS_SHORTDATECENTURYFORMAT 0x000c
#define DTS_APPCANPARSE 0x0010
#define DTS_RIGHTALIGN 0x0020
......
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