Author: jimtabor
Date: Fri Oct 7 01:18:29 2011
New Revision: 54039
URL:
http://svn.reactos.org/svn/reactos?rev=54039&view=rev
Log:
- Add new CreateWindowEx flags.
Modified:
trunk/reactos/include/reactos/undocuser.h
Modified: trunk/reactos/include/reactos/undocuser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/undocuser.…
==============================================================================
--- trunk/reactos/include/reactos/undocuser.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/undocuser.h [iso-8859-1] Fri Oct 7 01:18:29 2011
@@ -54,6 +54,10 @@
#define DCX_KEEPCLIPRGN 0x00040000
#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)