Fixed definition/declaration mismatches of newly static vtables.

oldstable
Marcus Meissner 2005-06-09 09:47:10 +00:00 committed by Alexandre Julliard
parent d681022d68
commit 9c01e4274f
1 changed files with 0 additions and 3 deletions

View File

@ -435,7 +435,6 @@ typedef struct IWineD3DResourceImpl
IWineD3DResourceClass resource;
} IWineD3DResourceImpl;
extern const IWineD3DResourceVtbl IWineD3DResource_Vtbl;
/*****************************************************************************
* IWineD3DVertexBuffer implementation structure (extends IWineD3DResourceImpl)
@ -492,8 +491,6 @@ typedef struct IWineD3DBaseTextureImpl
} IWineD3DBaseTextureImpl;
extern const IWineD3DBaseTextureVtbl IWineD3DBaseTexture_Vtbl;
/*****************************************************************************
* IWineD3DTexture implementation structure (extends IWineD3DBaseTextureImpl)
*/