Commit 43f23d3e authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

d3d8/tests: Build without -DWINE_NO_LONG_TYPES.

parent dae1c93f
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = d3d8.dll
IMPORTS = d3d8 user32 gdi32
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2612,6 +2612,7 @@ static DWORD WINAPI wndproc_thread(void *param)
static void test_wndproc(void)
{
unsigned int adapter_mode_count, i, d3d_width = 0, d3d_height = 0, user32_width = 0, user32_height = 0;
struct wndproc_thread_param thread_params;
struct device_desc device_desc;
static WINDOWPOS windowpos;
......@@ -2622,10 +2623,8 @@ static void test_wndproc(void)
ULONG ref;
DWORD res, tid;
HWND tmp;
UINT i, adapter_mode_count;
HRESULT hr;
D3DDISPLAYMODE d3ddm;
DWORD d3d_width = 0, d3d_height = 0, user32_width = 0, user32_height = 0;
DEVMODEW devmode;
LONG change_ret, device_style;
BOOL ret;
......
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