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

ntprint/tests: Use correct integral type.

parent bb7481d2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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