mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
include: Replace a THIS, with THIS_ for a method with parameters.
This commit is contained in:
parent
872647ae42
commit
4e3be18e18
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user