ChangeSet ID: 13436 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/22 16:38:47
Modified files: programs/winedbg: debugger.h include : unknwn.idl unknwn.h objbase.h dlls/shlwapi : ordinal.c dlls/shell32 : shlview.c shell32_main.h dlls/oleaut32 : variant.h variant.c varformat.c safearray.c olefont.c hash.c dlls/ole32 : errorinfo.c dlls/msi : query.h msipriv.h dlls/dxdiagn : dxdiag_private.h dlls/dswave : dswave_private.h dlls/dmusic32 : dmusic32_main.c dlls/dmusic : dmusic_private.h dlls/dmsynth : dmsynth_private.h dlls/dmstyle : dmutils.c dmstyle_private.h dlls/dmscript : dmscript_private.h dlls/dmloader : dmloader_private.h dlls/dmime : dmutils.c dmime_private.h dlls/dmcompos : dmcompos_private.h dlls/dmband : dmutils.c dmband_private.h dlls/dbghelp : dbghelp_private.h
Log message: Don't define BEGIN_INTERFACE in unknwn.h.
Patch: http://cvs.winehq.org/patch.py?id=13436
Old revision New revision Changes Path 1.19 1.20 +1 -0 wine/programs/winedbg/debugger.h 1.5 1.6 +0 -4 wine/include/unknwn.idl 1.16 1.17 +0 -4 wine/include/unknwn.h 1.43 1.44 +5 -1 wine/include/objbase.h 1.92 1.93 +1 -0 wine/dlls/shlwapi/ordinal.c 1.100 1.101 +1 -0 wine/dlls/shell32/shlview.c 1.90 1.91 +1 -0 wine/dlls/shell32/shell32_main.h 1.3 1.4 +1 -0 wine/dlls/oleaut32/variant.h 1.99 1.100 +1 -2 wine/dlls/oleaut32/variant.c 1.4 1.5 +1 -2 wine/dlls/oleaut32/varformat.c 1.38 1.39 +1 -2 wine/dlls/oleaut32/safearray.c 1.30 1.31 +1 -1 wine/dlls/oleaut32/olefont.c 1.6 1.7 +1 -0 wine/dlls/oleaut32/hash.c 1.20 1.21 +1 -1 wine/dlls/ole32/errorinfo.c 1.10 1.11 +1 -0 wine/dlls/msi/query.h 1.29 1.30 +1 -0 wine/dlls/msi/msipriv.h 1.4 1.5 +1 -0 wine/dlls/dxdiagn/dxdiag_private.h 1.5 1.6 +1 -0 wine/dlls/dswave/dswave_private.h 1.4 1.5 +1 -0 wine/dlls/dmusic32/dmusic32_main.c 1.23 1.24 +1 -0 wine/dlls/dmusic/dmusic_private.h 1.7 1.8 +1 -0 wine/dlls/dmsynth/dmsynth_private.h 1.2 1.3 +1 -0 wine/dlls/dmstyle/dmutils.c 1.10 1.11 +1 -0 wine/dlls/dmstyle/dmstyle_private.h 1.10 1.11 +1 -0 wine/dlls/dmscript/dmscript_private.h 1.12 1.13 +1 -0 wine/dlls/dmloader/dmloader_private.h 1.2 1.3 +1 -0 wine/dlls/dmime/dmutils.c 1.20 1.21 +1 -0 wine/dlls/dmime/dmime_private.h 1.9 1.10 +1 -0 wine/dlls/dmcompos/dmcompos_private.h 1.2 1.3 +1 -0 wine/dlls/dmband/dmutils.c 1.11 1.12 +1 -0 wine/dlls/dmband/dmband_private.h 1.5 1.6 +1 -0 wine/dlls/dbghelp/dbghelp_private.h