ntoskrnl.exe/tests: Use correct integral type.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-03-02 09:03:45 +01:00 committed by Alexandre Julliard
parent a43f500643
commit 4247193832
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ struct test_data
int running_under_wine;
int winetest_report_success;
int winetest_debug;
int failures;
int todo_failures;
LONG failures;
LONG todo_failures;
};
struct main_test_input