added local define for DCX_USESTYLE
Modified: trunk/reactos/regtests/winetests/user32/dce.c

Modified: trunk/reactos/regtests/winetests/user32/dce.c
--- trunk/reactos/regtests/winetests/user32/dce.c	2005-08-07 00:21:24 UTC (rev 17129)
+++ trunk/reactos/regtests/winetests/user32/dce.c	2005-08-07 00:25:26 UTC (rev 17130)
@@ -33,6 +33,8 @@
 
 #include "wine/test.h"
 
+#define DCX_USESTYLE 0x00010000
+
 static HWND hwnd_cache, hwnd_owndc, hwnd_classdc, hwnd_classdc2;
 
 /* test behavior of DC attributes with various GetDC/ReleaseDC combinations */