Commit 387d5d74 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3d9: Use a DWORD to read render states.

parent 6a43986e
......@@ -1593,7 +1593,7 @@ static void test_depthstenciltest(void)
D3DDISPLAYMODE d3ddm;
IDirect3DSurface9 *pDepthStencil = NULL;
IDirect3DSurface9 *pDepthStencil2 = NULL;
D3DZBUFFERTYPE state;
DWORD state;
pD3d = pDirect3DCreate9( D3D_SDK_VERSION );
ok(pD3d != NULL, "Failed to create IDirect3D9 object\n");
......
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