Skip to content
Snippets Groups Projects
Commit 42471938 authored by eric pouech's avatar eric pouech Committed by Alexandre Julliard
Browse files

ntoskrnl.exe/tests: Use correct integral type.

parent a43f5006
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment