kernelbase: Use the %I length modifier to print pointer-size integers.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-01-30 21:36:16 -06:00 committed by Alexandre Julliard
parent b41ab972ec
commit 69996b6130
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ BOOL WINAPI DECLSPEC_HOTPATCH CreateProcessInternalW( HANDLE token, const WCHAR
}
break;
default:
FIXME("Unsupported attribute %#lx.\n", attrs->attrs[i].attr);
FIXME("Unsupported attribute %#Ix.\n", attrs->attrs[i].attr);
break;
}
}