ChangeSet ID: 13695 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/07 20:50:38
Modified files: dlls/winmm/wineoss: audio.c dlls/winmm/wineaudioio: audio.c dlls/winmm/winealsa: audio_05.c audio.c dlls/quartz : videorenderer.c systemclock.c pin.c memallocator.c main.c filtermapper.c filesource.c enumregfilters.c enumpins.c enummoniker.c enummedia.c enumfilters.c dsoundrender.c control.c avisplit.c avidec.c dlls/ddraw/dsurface: main.c fakezbuffer.c dib.c dlls/ddraw/dpalette: main.c hal.c dlls/ddraw/ddraw: user.c main.c hal.c dlls/ddraw/dclipper: main.c dlls/ddraw/d3ddevice: mesa.c main.c dlls/ddraw : main.c dlls/d3dx8 : d3dxbuffer.c dlls/d3d9 : vshaderdeclaration.c volumetexture.c volume.c vertexshader.c vertexdeclaration.c vertexbuffer.c texture.c swapchain.c surface.c stateblock.c resource.c query.c pixelshader.c indexbuffer.c directx.c device.c cubetexture.c basetexture.c dlls/d3d8 : volumetexture.c volume.c vertexbuffer.c utils.c texture.c swapchain.c surface.c resource.c indexbuffer.c drawprim.c directx.c device.c cubetexture.c basetexture.c
Log message: Removed some more uses of the non-standard ICOM_THIS macro.
Patch: http://cvs.winehq.org/patch.py?id=13695
Old revision New revision Changes Path 1.147 1.148 +60 -60 wine/dlls/winmm/wineoss/audio.c 1.18 1.19 +21 -21 wine/dlls/winmm/wineaudioio/audio.c 1.11 1.12 +21 -21 wine/dlls/winmm/winealsa/audio_05.c 1.54 1.55 +21 -21 wine/dlls/winmm/winealsa/audio.c 1.2 1.3 +17 -17 wine/dlls/quartz/videorenderer.c 1.4 1.5 +7 -7 wine/dlls/quartz/systemclock.c 1.7 1.8 +24 -24 wine/dlls/quartz/pin.c 1.3 1.4 +32 -32 wine/dlls/quartz/memallocator.c 1.37 1.38 +5 -5 wine/dlls/quartz/main.c 1.13 1.14 +3 -3 wine/dlls/quartz/filtermapper.c 1.8 1.9 +17 -17 wine/dlls/quartz/filesource.c 1.3 1.4 +4 -4 wine/dlls/quartz/enumregfilters.c 1.2 1.3 +6 -6 wine/dlls/quartz/enumpins.c 1.6 1.7 +6 -6 wine/dlls/quartz/enummoniker.c 1.3 1.4 +6 -6 wine/dlls/quartz/enummedia.c 1.2 1.3 +6 -6 wine/dlls/quartz/enumfilters.c 1.2 1.3 +17 -17 wine/dlls/quartz/dsoundrender.c 1.2 1.3 +10 -10 wine/dlls/quartz/control.c 1.4 1.5 +19 -19 wine/dlls/quartz/avisplit.c 1.8 1.9 +17 -17 wine/dlls/quartz/avidec.c 1.59 1.60 +32 -32 wine/dlls/ddraw/dsurface/main.c 1.15 1.16 +2 -2 wine/dlls/ddraw/dsurface/fakezbuffer.c 1.40 1.41 +3 -3 wine/dlls/ddraw/dsurface/dib.c 1.10 1.11 +7 -7 wine/dlls/ddraw/dpalette/main.c 1.4 1.5 +1 -1 wine/dlls/ddraw/dpalette/hal.c 1.21 1.22 +2 -2 wine/dlls/ddraw/ddraw/user.c 1.53 1.54 +27 -27 wine/dlls/ddraw/ddraw/main.c 1.14 1.15 +3 -3 wine/dlls/ddraw/ddraw/hal.c 1.13 1.14 +9 -9 wine/dlls/ddraw/dclipper/main.c 1.160 1.161 +1 -1 wine/dlls/ddraw/d3ddevice/mesa.c 1.52 1.53 +1 -1 wine/dlls/ddraw/d3ddevice/main.c 1.44 1.45 +5 -5 wine/dlls/ddraw/main.c 1.4 1.5 +5 -5 wine/dlls/d3dx8/d3dxbuffer.c 1.3 1.4 +3 -3 wine/dlls/d3d9/vshaderdeclaration.c 1.4 1.5 +23 -23 wine/dlls/d3d9/volumetexture.c 1.4 1.5 +11 -11 wine/dlls/d3d9/volume.c 1.4 1.5 +14 -14 wine/dlls/d3d9/vertexshader.c 1.4 1.5 +8 -8 wine/dlls/d3d9/vertexdeclaration.c 1.4 1.5 +15 -15 wine/dlls/d3d9/vertexbuffer.c 1.5 1.6 +23 -23 wine/dlls/d3d9/texture.c 1.4 1.5 +13 -13 wine/dlls/d3d9/swapchain.c 1.4 1.5 +17 -17 wine/dlls/d3d9/surface.c 1.4 1.5 +9 -9 wine/dlls/d3d9/stateblock.c 1.4 1.5 +11 -11 wine/dlls/d3d9/resource.c 1.4 1.5 +9 -9 wine/dlls/d3d9/query.c 1.4 1.5 +14 -14 wine/dlls/d3d9/pixelshader.c 1.4 1.5 +15 -15 wine/dlls/d3d9/indexbuffer.c 1.4 1.5 +17 -17 wine/dlls/d3d9/directx.c 1.4 1.5 +87 -87 wine/dlls/d3d9/device.c 1.5 1.6 +23 -23 wine/dlls/d3d9/cubetexture.c 1.4 1.5 +17 -17 wine/dlls/d3d9/basetexture.c 1.16 1.17 +19 -19 wine/dlls/d3d8/volumetexture.c 1.12 1.13 +13 -13 wine/dlls/d3d8/volume.c 1.7 1.8 +14 -14 wine/dlls/d3d8/vertexbuffer.c 1.25 1.26 +1 -1 wine/dlls/d3d8/utils.c 1.17 1.18 +19 -19 wine/dlls/d3d8/texture.c 1.9 1.10 +5 -5 wine/dlls/d3d8/swapchain.c 1.38 1.39 +15 -15 wine/dlls/d3d8/surface.c 1.9 1.10 +12 -12 wine/dlls/d3d8/resource.c 1.9 1.10 +14 -14 wine/dlls/d3d8/indexbuffer.c 1.23 1.24 +10 -10 wine/dlls/d3d8/drawprim.c 1.74 1.75 +17 -17 wine/dlls/d3d8/directx.c 1.115 1.116 +100 -100 wine/dlls/d3d8/device.c 1.16 1.17 +19 -19 wine/dlls/d3d8/cubetexture.c 1.12 1.13 +16 -16 wine/dlls/d3d8/basetexture.c