Index: include/wine/wined3d_interface.h =================================================================== RCS file: /home/cvs/wine/include/wine/wined3d_interface.h,v retrieving revision 1.24 diff -u -p -r1.24 wined3d_interface.h --- include/wine/wined3d_interface.h 19 Jan 2005 19:34:49 -0000 1.24 +++ include/wine/wined3d_interface.h 19 Jan 2005 20:22:28 -0000 @@ -874,7 +874,9 @@ DECLARE_INTERFACE_(IWineD3DVertexDeclara /*** 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