24 Nov
2008
24 Nov
'08
2:21 a.m.
2008/11/24 Vitaliy Margolen <wine-devel(a)kievinfo.com>:
/* This isn't in MSDN! -static HRESULT WINAPI IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX iface, IDirect3DSurface9* pDestSurface) { +static HRESULT IDirect3DDevice9Impl_GetFrontBuffer(LPDIRECT3DDEVICE9EX iface, IDirect3DSurface9* pDestSurface) { IDirect3DDevice9Impl *This = (IDirect3DDevice9Impl *)iface; FIXME("(%p) : stub\n", This); return D3D_OK;
You can't do that. It's part of the v-table so it can be called by user application.
Actually, that code is commented out, it should be removed completely.