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

This commit is contained in:
Francois Gouget 2007-05-28 01:17:28 +02:00 committed by Alexandre Julliard
parent 7ba8c0a420
commit 7071a0105f
1 changed files with 1 additions and 1 deletions

View File

@ -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);