Commit 42471938 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ntoskrnl.exe/tests: Use correct integral type.

parent a43f5006
......@@ -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
......
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