Commit d9f97259 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3d9: Add an IDirect3D9Ex stub.

parent 069b9c8c
...@@ -139,7 +139,7 @@ extern CRITICAL_SECTION d3d9_cs; ...@@ -139,7 +139,7 @@ extern CRITICAL_SECTION d3d9_cs;
/***************************************************************************** /*****************************************************************************
* Predeclare the interface implementation structures * Predeclare the interface implementation structures
*/ */
extern const IDirect3D9Vtbl Direct3D9_Vtbl; extern const IDirect3D9ExVtbl Direct3D9_Vtbl;
/***************************************************************************** /*****************************************************************************
* IDirect3D implementation structure * IDirect3D implementation structure
...@@ -147,7 +147,7 @@ extern const IDirect3D9Vtbl Direct3D9_Vtbl; ...@@ -147,7 +147,7 @@ extern const IDirect3D9Vtbl Direct3D9_Vtbl;
typedef struct IDirect3D9Impl typedef struct IDirect3D9Impl
{ {
/* IUnknown fields */ /* IUnknown fields */
const IDirect3D9Vtbl *lpVtbl; const IDirect3D9ExVtbl *lpVtbl;
LONG ref; LONG ref;
/* The WineD3D device */ /* The WineD3D device */
......
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