Hack to fix the compile.

This commit is contained in:
Michael Stefaniuc 2005-01-19 20:57:06 +00:00 committed by Alexandre Julliard
parent 03ffadc499
commit 267cbeb95c
1 changed files with 2 additions and 0 deletions

View File

@ -874,7 +874,9 @@ DECLARE_INTERFACE_(IWineD3DVertexDeclaration,IUnknown)
/*** IWineD3DVertexDeclaration methods ***/
STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
STDMETHOD(GetDeclaration8)(THIS_ DWORD*, DWORD* pSizeOfData) PURE;
#ifdef __WINE_D3D9_H
STDMETHOD(GetDeclaration9)(THIS_ D3DVERTEXELEMENT9*, UINT* pNumElements) PURE;
#endif
};
#undef INTERFACE