Please do not commit this patch. It relies on UINT (= unsigned int) and DWORD (= unsigned long int) both being 32 bits wide.
Thanks,
Andrew Talbot wrote:
Please do not commit this patch. It relies on UINT (= unsigned int) and DWORD (= unsigned long int) both being 32 bits wide.
Those are 32 bits wide on Win64 too. Even LONG is 32 bits on Win64.
bye michael