From fe79fcb3b4f8d6542ed325997f83443faa97d249 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 7 Oct 2011 01:18:29 +0000 Subject: [PATCH] - Add new CreateWindowEx flags. svn path=/trunk/; revision=54039 --- reactos/include/reactos/undocuser.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/reactos/undocuser.h b/reactos/include/reactos/undocuser.h index 4332bd2c385..14002b767ce 100644 --- a/reactos/include/reactos/undocuser.h +++ b/reactos/include/reactos/undocuser.h @@ -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)