James Juran <jamesjuran@alumni.psu.edu> Use -DNONAMELESSUNION -DNONAMELESSSTRUCT when compiling in the libtest directory. Index: libtest/Makefile.in =================================================================== RCS file: /home/wine/wine/libtest/Makefile.in,v retrieving revision 1.22 diff -u -r1.22 Makefile.in --- libtest/Makefile.in 2000/12/06 00:05:15 1.22 +++ libtest/Makefile.in 2002/01/14 01:01:38 @@ -1,4 +1,4 @@ -DEFS = @DLLFLAGS@ -DSTRICT +DEFS = @DLLFLAGS@ -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT LDDLLFLAGS = @LDDLLFLAGS@ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ..