mirror of
https://github.com/reactos/reactos.git
synced 2025-05-15 07:17:23 +00:00
Move DCX_EXCLUDEUPDATE to the psdk where it belongs.
svn path=/trunk/; revision=29367
This commit is contained in:
parent
fbf23a8f57
commit
dece4b531e
2 changed files with 1 additions and 1 deletions
|
@ -1921,6 +1921,7 @@ extern "C" {
|
||||||
#define DCX_EXCLUDERGN 64
|
#define DCX_EXCLUDERGN 64
|
||||||
#define DCX_INTERSECTRGN 128
|
#define DCX_INTERSECTRGN 128
|
||||||
#define DCX_VALIDATE 0x200000
|
#define DCX_VALIDATE 0x200000
|
||||||
|
#define DCX_EXCLUDEUPDATE 0x100
|
||||||
#define GMDI_GOINTOPOPUPS 2
|
#define GMDI_GOINTOPOPUPS 2
|
||||||
#define GMDI_USEDISABLED 1
|
#define GMDI_USEDISABLED 1
|
||||||
#define FKF_AVAILABLE 2
|
#define FKF_AVAILABLE 2
|
||||||
|
|
|
@ -37,7 +37,6 @@ typedef struct tagDCE
|
||||||
} DCE; /* PDCE already declared at top of file */
|
} DCE; /* PDCE already declared at top of file */
|
||||||
|
|
||||||
/* internal DCX flags, see psdk/winuser.h for the rest */
|
/* internal DCX flags, see psdk/winuser.h for the rest */
|
||||||
#define DCX_EXCLUDEUPDATE 0x00000100
|
|
||||||
#define DCX_DCEEMPTY 0x00000800
|
#define DCX_DCEEMPTY 0x00000800
|
||||||
#define DCX_DCEBUSY 0x00001000
|
#define DCX_DCEBUSY 0x00001000
|
||||||
#define DCX_DCEDIRTY 0x00002000
|
#define DCX_DCEDIRTY 0x00002000
|
||||||
|
|
Loading…
Reference in a new issue