On Thu, 28 Dec 2006, Konstantin Kondratyuk wrote:
Hello,
this patch corrects representation of unions for old compilers (gcc 2.95) For example: (union).field - is not supported by gcc 2.95 union.field - is supported
This is strange. I compile Wine with gcc 2.95 weekly but never encountered this problem. Also note that the U(x) macro would need to be fixed in other places too (include/wine/test.h for instance).