include: Replace a THIS, with THIS_ for a method with parameters.

Dylan Smith dylan.ah.smith at gmail.com
Wed May 11 15:34:16 CDT 2011


---
 include/d3dx9anim.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/d3dx9anim.h b/include/d3dx9anim.h
index 1a91c94..142acba 100644
--- a/include/d3dx9anim.h
+++ b/include/d3dx9anim.h
@@ -349,7 +349,7 @@ DECLARE_INTERFACE_(ID3DXAnimationController, IUnknown)
     STDMETHOD_(D3DXEVENTHANDLE, KeyTrackEnable)(THIS_ UINT track, BOOL new_enable, DOUBLE start_time) PURE;
     STDMETHOD_(D3DXEVENTHANDLE, KeyPriorityBlend)(THIS_ FLOAT new_blend_weight,
             DOUBLE start_time, DOUBLE duration, D3DXTRANSITION_TYPE transition) PURE;
-    STDMETHOD(UnkeyEvent)(THIS, D3DXEVENTHANDLE event) PURE;
+    STDMETHOD(UnkeyEvent)(THIS_ D3DXEVENTHANDLE event) PURE;
     STDMETHOD(UnkeyAllTrackEvents)(THIS_ UINT track) PURE;
     STDMETHOD(UnkeyAllPriorityBlends)(THIS) PURE;
     STDMETHOD_(D3DXEVENTHANDLE, GetCurrentTrackEvent)(THIS_ UINT track, D3DXEVENT_TYPE event_type) PURE;
-- 
1.7.2.5



More information about the wine-patches mailing list