ChangeSet ID: 14036 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/04 23:38:16
Modified files: include : vfw.h shlwapi.h shlobj.h oledlg.h objbase.h mapix.h mapiutil.h mapidefs.h dxfile.h dxdiag.h dsound.h dsdriver.h dplobby.h dplay8.h dplay.h dpaddr.h dmusics.h dmusici.h dmusicc.h dmplugin.h dinput.h ddraw.h d3dx8core.h d3d9.h d3d8.h d3d.h commctrl.h
Log message: Get rid of the non-standard Ixxx_METHODS macro definitions, declare the interfaces explicitly instead.
Patch: http://cvs.winehq.org/patch.py?id=14036
Old revision New revision Changes Path 1.44 1.45 +64 -39 wine/include/vfw.h 1.51 1.52 +22 -21 wine/include/shlwapi.h 1.94 1.95 +16 -16 wine/include/shlobj.h 1.19 1.20 +106 -52 wine/include/oledlg.h 1.48 1.49 +20 -17 wine/include/objbase.h 1.3 1.4 +34 -29 wine/include/mapix.h 1.4 1.5 +44 -18 wine/include/mapiutil.h 1.15 1.16 +63 -48 wine/include/mapidefs.h 1.4 1.5 +59 -37 wine/include/dxfile.h 1.5 1.6 +24 -14 wine/include/dxdiag.h 1.50 1.51 +202 -132 wine/include/dsound.h 1.11 1.12 +73 -43 wine/include/dsdriver.h 1.21 1.22 +63 -22 wine/include/dplobby.h 1.5 1.6 +108 -93 wine/include/dplay8.h 1.31 1.32 +176 -80 wine/include/dplay.h 1.6 1.7 +41 -31 wine/include/dpaddr.h 1.9 1.10 +69 -39 wine/include/dmusics.h 1.10 1.11 +379 -205 wine/include/dmusici.h 1.10 1.11 +165 -111 wine/include/dmusicc.h 1.8 1.9 +68 -34 wine/include/dmplugin.h 1.45 1.46 +387 -132 wine/include/dinput.h 1.55 1.56 +408 -343 wine/include/ddraw.h 1.8 1.9 +19 -11 wine/include/d3dx8core.h 1.6 1.7 +403 -234 wine/include/d3d9.h 1.13 1.14 +307 -181 wine/include/d3d8.h 1.33 1.34 +392 -261 wine/include/d3d.h 1.137 1.138 +3 -4 wine/include/commctrl.h