ChangeSet ID: 14007 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/04 14:39:33
Modified files: include : dxdiag.h dsound.h dplobby.h dplay8.h dplay.h dpaddr.h dinput.h ddraw.h d3d9.h d3d8.h d3d.h
Log message: Francois Gouget fgouget@free.fr Fix incorrect usage of COBJMACROS. Duplicate and adapt the COM access macros so they also work in C++. Fix the IDirectPlayX access macros.
Patch: http://cvs.winehq.org/patch.py?id=14007
Old revision New revision Changes Path 1.4 1.5 +22 -2 wine/include/dxdiag.h 1.49 1.50 +225 -22 wine/include/dsound.h 1.20 1.21 +32 -4 wine/include/dplobby.h 1.4 1.5 +106 -3 wine/include/dplay8.h 1.30 1.31 +182 -10 wine/include/dplay.h 1.5 1.6 +39 -2 wine/include/dpaddr.h 1.44 1.45 +212 -19 wine/include/dinput.h 1.54 1.55 +430 -35 wine/include/ddraw.h 1.5 1.6 +403 -17 wine/include/d3d9.h 1.12 1.13 +307 -12 wine/include/d3d8.h 1.32 1.33 +420 -48 wine/include/d3d.h