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@
|
LDDLLFLAGS = @LDDLLFLAGS@
|
||||||
TOPSRCDIR = @top_srcdir@
|
TOPSRCDIR = @top_srcdir@
|
||||||
TOPOBJDIR = ..
|
TOPOBJDIR = ..
|
||||||
|
|
Loading…
Reference in New Issue