Commit 56dac911 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Define DCX_USESTYLE if it is not defined already. Fixes the

compilation with the PSDK.
parent 023bd535
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment