- Add new CreateWindowEx flags.

svn path=/trunk/; revision=54039
This commit is contained in:
James Tabor 2011-10-07 01:18:29 +00:00
parent 79a2a27b57
commit fe79fcb3b4

View file

@ -55,6 +55,10 @@
#define DCX_KEEPLAYOUT 0x40000000
#define DCX_PROCESSOWNED 0x80000000
/* NtUserCreateWindowEx dwFlags bits. */
#define NUCWE_ANSI 0x00000001
#define NUCWE_SIDEBYSIDE 0x40000000
/* Caret timer ID */
#define IDCARETTIMER (0xffff)
#define ID_TME_TIMER (0xFFFA)