ChangeSet ID: 13286 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/13 14:49:53
Modified files: dlls/winmm/tests: mixer.c dlls/oleaut32/tests: vartype.c vartest.c
Log message: Francois Gouget fgouget@free.fr 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.
Patch: http://cvs.winehq.org/patch.py?id=13286
Old revision New revision Changes Path 1.3 1.4 +10 -6 wine/dlls/winmm/tests/mixer.c 1.13 1.14 +39 -25 wine/dlls/oleaut32/tests/vartype.c 1.29 1.30 +45 -32 wine/dlls/oleaut32/tests/vartest.c