Use -DNONAMELESSUNION -DNONAMELESSSTRUCT when compiling.
This commit is contained in:
parent
40491ecc62
commit
41559c7282
|
@ -1,4 +1,4 @@
|
|||
DEFS = @DLLFLAGS@ -DSTRICT
|
||||
DEFS = @DLLFLAGS@ -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT
|
||||
LDDLLFLAGS = @LDDLLFLAGS@
|
||||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ..
|
||||
|
|
Loading…
Reference in New Issue