Temporary fix to trying to put a pointer in a DWORD

Dmitry Timoshkov dmitry at baikal.ru
Sat Oct 16 22:54:06 CDT 2004


"Vincent Béron" <vberon at mecano.gme.usherb.ca> wrote:

> We try to put a pointer in a DWORD in a static initialization of
> CRITICAL_SECTION_DEBUGs. Of course it doesn't work on Win64. We'll have
> to find a better solution though.

Another way to fix it is to use full 'DWORD Spare[2]' to store a pointer
on Win64 and leave it as it is now for Win32.

--
Dmitry.





More information about the wine-devel mailing list