added local define for DCX_USESTYLE

svn path=/trunk/; revision=17130
This commit is contained in:
Steven Edwards 2005-08-07 00:25:26 +00:00
parent d2984aea5c
commit d4893a7fa5

View file

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