Commit 1998c22d authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32/tests: Avoid size_t in traces.

parent 2da60016
......@@ -395,8 +395,7 @@ static void testGetDllDirectory(void)
{
CHAR bufferA[MAX_PATH];
WCHAR bufferW[MAX_PATH];
size_t length;
DWORD ret;
DWORD length, ret;
int i;
static const char *dll_directories[] =
{
......
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