Commit 7071a010 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

psapi/tests: Fix a signed/unsigned int mismatch.

parent 7ba8c0a4
......@@ -236,7 +236,7 @@ static void test_ws_functions(void)
PSAPI_WS_WATCH_INFORMATION wswi[4096];
ULONG_PTR pages[4096];
char *addr;
int i;
unsigned int i;
todo_wine w32_err(pEmptyWorkingSet(NULL), ERROR_INVALID_HANDLE);
todo_wine w32_err(pEmptyWorkingSet(hpSR), ERROR_ACCESS_DENIED);
......
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