Commit 3d30fb88 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

ddraw/tests: Use BOOL type where appropriate.

parent 77a26de9
......@@ -1138,7 +1138,7 @@ static void Direct3D1Test(void)
struct v_out out[sizeof(testverts) / sizeof(testverts[0])];
D3DHVERTEX outH[sizeof(testverts) / sizeof(testverts[0])];
D3DTRANSFORMDATA transformdata;
DWORD i = FALSE;
DWORD i = 0;
/* Interface consistency check. */
hr = IDirect3DDevice_GetDirect3D(Direct3DDevice1, &Direct3D_alt);
......
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