=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: ddraw/tests: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Thu Oct 10 13:26:51 CDT 2013


Module: wine
Branch: master
Commit: 3d30fb881a2808df0113ad6899ae5871d920b0c9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3d30fb881a2808df0113ad6899ae5871d920b0c9

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Oct  9 22:36:47 2013 +0200

ddraw/tests: Use BOOL type where appropriate.

---

 dlls/ddraw/tests/d3d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c
index 042d2d8..fcd72ee 100644
--- a/dlls/ddraw/tests/d3d.c
+++ b/dlls/ddraw/tests/d3d.c
@@ -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);




More information about the wine-cvs mailing list