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

Dylan Smith dylan.ah.smith at gmail.com
Fri May 20 03:26:08 CDT 2011


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

diff --git a/include/d3dx9mesh.h b/include/d3dx9mesh.h
index b4fad7d..445272d 100644
--- a/include/d3dx9mesh.h
+++ b/include/d3dx9mesh.h
@@ -426,7 +426,7 @@ DECLARE_INTERFACE_(ID3DXPMesh, ID3DXBaseMesh)
     STDMETHOD(TrimByFaces)(THIS_ DWORD new_faces_min, DWORD new_faces_max, DWORD* face_remap, DWORD* vertex_remap) PURE;
     STDMETHOD(TrimByVertices)(THIS_ DWORD new_vertices_min, DWORD new_vertices_max, DWORD* face_remap, DWORD* vertex_remap) PURE;
     STDMETHOD(GetAdjacency)(THIS_ DWORD* adjacency) PURE;
-    STDMETHOD(GenerateVertexHistory)(THIS, DWORD* vertex_history) PURE;
+    STDMETHOD(GenerateVertexHistory)(THIS_ DWORD* vertex_history) PURE;
 };
 #undef INTERFACE
 
-- 
1.7.4.1



More information about the wine-patches mailing list