ChangeSet ID: 18128 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/13 07:10:55
Modified files: include/wine : test.h dlls/winmm/tests: mixer.c dlls/urlmon/tests: url.c dlls/oleaut32/tests: vartype.c vartest.c dlls/ole32/tests: stg_prop.c propvariant.c dlls/kernel/tests: file.c dlls/ddraw/tests: dsurface.c ddrawmodes.c d3d.c
Log message: Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they can be used in all the test.
Patch: http://cvs.winehq.org/patch.py?id=18128
Old revision New revision Changes Path 1.16 1.17 +40 -0 wine/include/wine/test.h 1.9 1.10 +0 -12 wine/dlls/winmm/tests/mixer.c 1.6 1.7 +0 -6 wine/dlls/urlmon/tests/url.c 1.23 1.24 +0 -15 wine/dlls/oleaut32/tests/vartype.c 1.39 1.40 +0 -15 wine/dlls/oleaut32/tests/vartest.c 1.6 1.7 +0 -6 wine/dlls/ole32/tests/stg_prop.c 1.6 1.7 +0 -6 wine/dlls/ole32/tests/propvariant.c 1.54 1.55 +0 -11 wine/dlls/kernel/tests/file.c 1.1 1.2 +0 -8 wine/dlls/ddraw/tests/dsurface.c 1.4 1.5 +2 -8 wine/dlls/ddraw/tests/ddrawmodes.c 1.2 1.3 +0 -12 wine/dlls/ddraw/tests/d3d.c