6 Jan
2004
6 Jan
'04
2:17 p.m.
Steven Edwards <steven_ed4153(a)yahoo.com> writes:
So is there any fix for us? Can we move the NONAMELESS stuff to a internal header like like port.h? MSVC does even define NONAMLESSONION in the same place we do with WINE and w32api.
That won't really help, it needs to be available in the exported headers since it's used in structure definitions. Building with MSVC headers will require changing the code to use macros everywhere we reference the nameless structs. -- Alexandre Julliard julliard(a)winehq.com