Commit 267cbeb9 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

Hack to fix the compile.

parent 03ffadc4
...@@ -874,7 +874,9 @@ DECLARE_INTERFACE_(IWineD3DVertexDeclaration,IUnknown) ...@@ -874,7 +874,9 @@ DECLARE_INTERFACE_(IWineD3DVertexDeclaration,IUnknown)
/*** IWineD3DVertexDeclaration methods ***/ /*** IWineD3DVertexDeclaration methods ***/
STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE; STDMETHOD(GetDevice)(THIS_ IWineD3DDevice ** ppDevice) PURE;
STDMETHOD(GetDeclaration8)(THIS_ DWORD*, DWORD* pSizeOfData) PURE; STDMETHOD(GetDeclaration8)(THIS_ DWORD*, DWORD* pSizeOfData) PURE;
#ifdef __WINE_D3D9_H
STDMETHOD(GetDeclaration9)(THIS_ D3DVERTEXELEMENT9*, UINT* pNumElements) PURE; STDMETHOD(GetDeclaration9)(THIS_ D3DVERTEXELEMENT9*, UINT* pNumElements) PURE;
#endif
}; };
#undef INTERFACE #undef INTERFACE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment