From: Tomasz Pakuła tomasz.pakula.oficjalny@gmail.com
--- dlls/dinput/tests/force_feedback.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/dinput/tests/force_feedback.c b/dlls/dinput/tests/force_feedback.c index f77b354a803..c1f76d56b1b 100644 --- a/dlls/dinput/tests/force_feedback.c +++ b/dlls/dinput/tests/force_feedback.c @@ -3669,7 +3669,7 @@ static void test_condition_effect_six_axes( IDirectInputDevice8W *device, HANDLE .report_id = 7, .report_len = 8, .report_buf = {0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00}, - .todo = true, + .todo = TRUE, }, /* set condition */ { @@ -3677,7 +3677,7 @@ static void test_condition_effect_six_axes( IDirectInputDevice8W *device, HANDLE .report_id = 7, .report_len = 8, .report_buf = {0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00}, - .todo = true, + .todo = TRUE, }, /* update effect */ { @@ -3685,7 +3685,7 @@ static void test_condition_effect_six_axes( IDirectInputDevice8W *device, HANDLE .report_id = 3, .report_len = 8, .report_buf = {0x03,0x01,0x03,0x40,0x01,0x00,0x00,0x00}, - .todo = true, + .todo = TRUE, }, }; static const DWORD expect_axes[2] =