dinput/tests: Use BOOL type where appropriate (try 2)

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Jan 6 17:14:34 CST 2014


"todo" field kept in case new tests are added in the future
---
 dlls/dinput/tests/dinput.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dinput/tests/dinput.c b/dlls/dinput/tests/dinput.c
index cc28985..f71ceed 100644
--- a/dlls/dinput/tests/dinput.c
+++ b/dlls/dinput/tests/dinput.c
@@ -81,7 +81,7 @@ static void test_preinitialization(void)
         LPDIENUMDEVICESCALLBACKA lpCallback;
         DWORD dwFlags;
         HRESULT expected_hr;
-        int todo;
+        BOOL todo;
     } enum_devices_tests[] =
     {
         {0, NULL, 0, DIERR_INVALIDPARAM},
-- 
1.8.5.2




More information about the wine-patches mailing list