Define DCX_USESTYLE if it is not defined already. Fixes the

compilation with the PSDK.
This commit is contained in:
Francois Gouget 2005-08-10 15:00:44 +00:00 committed by Alexandre Julliard
parent 023bd5358a
commit 56dac9118e
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#include "wine/test.h"
#ifndef DCX_USESTYLE
#define DCX_USESTYLE 0x00010000
#endif
static HWND hwnd_cache, hwnd_owndc, hwnd_classdc, hwnd_classdc2;
/* test behavior of DC attributes with various GetDC/ReleaseDC combinations */