mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Move DCX_EXCLUDEUPDATE to the psdk where it belongs.
svn path=/trunk/; revision=29367
This commit is contained in:
@@ -1921,6 +1921,7 @@ extern "C" {
|
||||
#define DCX_EXCLUDERGN 64
|
||||
#define DCX_INTERSECTRGN 128
|
||||
#define DCX_VALIDATE 0x200000
|
||||
#define DCX_EXCLUDEUPDATE 0x100
|
||||
#define GMDI_GOINTOPOPUPS 2
|
||||
#define GMDI_USEDISABLED 1
|
||||
#define FKF_AVAILABLE 2
|
||||
|
||||
@@ -37,7 +37,6 @@ typedef struct tagDCE
|
||||
} DCE; /* PDCE already declared at top of file */
|
||||
|
||||
/* internal DCX flags, see psdk/winuser.h for the rest */
|
||||
#define DCX_EXCLUDEUPDATE 0x00000100
|
||||
#define DCX_DCEEMPTY 0x00000800
|
||||
#define DCX_DCEBUSY 0x00001000
|
||||
#define DCX_DCEDIRTY 0x00002000
|
||||
|
||||
Reference in New Issue
Block a user