Steven Edwards steven_ed4153@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.