Module: wine Branch: master Commit: 3d96f97ee14507cef9afd4627172d95cd23d6364 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d96f97ee14507cef9afd46271...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sun Nov 2 23:49:40 2008 +0100
d3d9: Use the correct AddRef and Release macros.
---
dlls/d3d9/basetexture.c | 2 +- dlls/d3d9/cubetexture.c | 6 +++--- dlls/d3d9/device.c | 6 +++--- dlls/d3d9/directx.c | 8 ++++---- dlls/d3d9/indexbuffer.c | 6 +++--- dlls/d3d9/pixelshader.c | 6 +++--- dlls/d3d9/query.c | 6 +++--- dlls/d3d9/resource.c | 2 +- dlls/d3d9/stateblock.c | 10 +++++----- dlls/d3d9/surface.c | 6 +++--- dlls/d3d9/swapchain.c | 8 ++++---- dlls/d3d9/texture.c | 6 +++--- dlls/d3d9/vertexbuffer.c | 6 +++--- dlls/d3d9/vertexdeclaration.c | 8 ++++---- dlls/d3d9/vertexshader.c | 6 +++--- dlls/d3d9/volume.c | 2 +- dlls/d3d9/volumetexture.c | 6 +++--- 17 files changed, 50 insertions(+), 50 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3d96f97ee14507cef9afd4...