Define DCX_USESTYLE if it is not defined already. Fixes the
compilation with the PSDK.
This commit is contained in:
parent
023bd5358a
commit
56dac9118e
|
@ -33,6 +33,10 @@
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
|
#ifndef DCX_USESTYLE
|
||||||
|
#define DCX_USESTYLE 0x00010000
|
||||||
|
#endif
|
||||||
|
|
||||||
static HWND hwnd_cache, hwnd_owndc, hwnd_classdc, hwnd_classdc2;
|
static HWND hwnd_cache, hwnd_owndc, hwnd_classdc, hwnd_classdc2;
|
||||||
|
|
||||||
/* test behavior of DC attributes with various GetDC/ReleaseDC combinations */
|
/* test behavior of DC attributes with various GetDC/ReleaseDC combinations */
|
||||||
|
|
Loading…
Reference in New Issue