Commit 7f6c2330 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ntprint/tests: Use correct integral type.

parent bb7481d2
......@@ -67,7 +67,7 @@ static void test_PSetupCreateMonitorInfo(VOID)
{
HANDLE mi;
WCHAR buffer[1024] = {'\\','\\'};
UINT len = ARRAY_SIZE(buffer) - 2;
DWORD len = ARRAY_SIZE(buffer) - 2;
GetComputerNameW(buffer + 2, &len);
SetLastError(0xdeadbeef);
......
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