Dylan Smith : include: Replace a THIS, with THIS_ for a method with parameters.
Module: wine Branch: master Commit: 4e3be18e1856ad947a87defa632fadda7ec0efb3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e3be18e1856ad947a87defa63... Author: Dylan Smith <dylan.ah.smith(a)gmail.com> Date: Fri May 20 04:26:08 2011 -0400 include: Replace a THIS, with THIS_ for a method with parameters. --- 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
participants (1)
-
Alexandre Julliard