Module: wine Branch: master Commit: 12caf31af2986d4e2923760b889efe2f2a25d593 URL: http://source.winehq.org/git/wine.git/?a=commit;h=12caf31af2986d4e2923760b88...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Oct 30 09:56:00 2012 +0100
d3dx9mesh.h: Fixed D3DXConvertMeshSubsetToStrips declaration.
---
include/d3dx9mesh.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/d3dx9mesh.h b/include/d3dx9mesh.h index ff45762..149c199 100644 --- a/include/d3dx9mesh.h +++ b/include/d3dx9mesh.h @@ -770,7 +770,7 @@ HRESULT WINAPI D3DXComputeTangentFrameEx(LPD3DXMESH, DWORD, DWORD, DWORD, DWORD, HRESULT WINAPI D3DXComputeTangent(LPD3DXMESH, DWORD, DWORD, DWORD, DWORD, CONST DWORD *); HRESULT WINAPI D3DXConvertMeshSubsetToSingleStrip(struct ID3DXBaseMesh *mesh_in, DWORD attribute_id, DWORD ib_flags, struct IDirect3DIndexBuffer9 **index_buffer, DWORD *index_count); -HRESULT WINAPI D3DXConvertMeshSubsetToStrips(struct ID3DXBaseMesh mesh_in, DWORD attribute_id, +HRESULT WINAPI D3DXConvertMeshSubsetToStrips(struct ID3DXBaseMesh *mesh_in, DWORD attribute_id, DWORD ib_flags, struct IDirect3DIndexBuffer9 **index_buffer, DWORD *index_count, struct ID3DXBuffer **strip_lengths, DWORD *strip_count); HRESULT WINAPI D3DXDeclaratorFromFVF(DWORD, D3DVERTEXELEMENT9[MAX_FVF_DECL_SIZE]);