Fixed definition/declaration mismatches of newly static vtables.
This commit is contained in:
parent
d681022d68
commit
9c01e4274f
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue