Use -DNONAMELESSUNION -DNONAMELESSSTRUCT when compiling.

This commit is contained in:
James Juran 2002-01-14 18:34:01 +00:00 committed by Alexandre Julliard
parent 40491ecc62
commit 41559c7282
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DEFS = @DLLFLAGS@ -DSTRICT
DEFS = @DLLFLAGS@ -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT
LDDLLFLAGS = @LDDLLFLAGS@
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..