added local define for DCX_USESTYLE
authorSteven Edwards <winehacker@gmail.com>
Sun, 7 Aug 2005 00:25:26 +0000 (00:25 +0000)
committerSteven Edwards <winehacker@gmail.com>
Sun, 7 Aug 2005 00:25:26 +0000 (00:25 +0000)
svn path=/trunk/; revision=17130

reactos/regtests/winetests/user32/dce.c

index 76beef2..9592dd2 100755 (executable)
@@ -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 */