The Windows headers support for NONAMELESSUNION and NONAMELESSSTRUCT
commit08177d6d7bb65067464be439e31a21dd75f31506
authorFrancois Gouget <fgouget@free.fr>
Fri, 13 Aug 2004 19:49:53 +0000 (13 19:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Aug 2004 19:49:53 +0000 (13 19:49 +0000)
tree2e636b62cf59861af341e30ba5ee6bb4f213d9ed
parent8b0ec72563ec9eac8b7bb49a0f19725a9f7a17f8
The Windows headers support for NONAMELESSUNION and NONAMELESSSTRUCT
is unusable. So don't force this mode. Instead check whether
NONAMELESSUNION and/or NONAMELESSSTRUCT are set (by the Wine headers)
and define custom access macros accordingly.
dlls/oleaut32/tests/vartest.c
dlls/oleaut32/tests/vartype.c
dlls/winmm/tests/mixer.c