Move DCX_EXCLUDEUPDATE to the psdk where it belongs.

svn path=/trunk/; revision=29367
This commit is contained in:
James Tabor 2007-10-03 04:08:22 +00:00
parent fbf23a8f57
commit dece4b531e
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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