ntdll: Win64 printf format warning fixes.

Alexandre Julliard julliard at winehq.org
Mon Oct 16 04:01:46 CDT 2006


Hans Leidekker <hans at it.vu.nl> writes:

> I needed two casts to silence warnings arising from the fact
> that ULONG/DWORD and SIZE_T are no longer compatible:
>
> dlls/ntdll/loader.c:1290
> dlls/ntdll/relay.c:651

You can't simply cast them since the types will have different sizes
on Win64.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list