Hans Leidekker hans@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.