[REACTOS] Fix MSVC printf format warnings

This commit is contained in:
Timo Kreuzer 2018-08-20 17:42:27 +02:00
parent b8a1a612b2
commit 58588b76e2
17 changed files with 35 additions and 35 deletions

View file

@ -3022,7 +3022,7 @@ static NTSTATUS get_manifest_in_pe_file( struct actctx_loader* acl, struct assem
if ((!((ULONG_PTR)resname >> 16)))
{
sprintfW(resnameBuf, L"#%u", (ULONG_PTR)resname);
sprintfW(resnameBuf, L"#%u", PtrToUlong(resname));
resptr = resnameBuf;
}