Module: wine Branch: master Commit: 95bedf4c11fece91b00c300211a345f96e109cc3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=95bedf4c11fece91b00c300211...
Author: André Hentschel nerv@dawncrow.de Date: Thu Jun 7 13:52:08 2012 +0200
d3drm: Improve IDirect3DRMDeviceX_Update stub.
---
dlls/d3drm/device.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/d3drm/device.c b/dlls/d3drm/device.c index 767e157..519dc11 100644 --- a/dlls/d3drm/device.c +++ b/dlls/d3drm/device.c @@ -241,7 +241,7 @@ static HRESULT WINAPI IDirect3DRMDevice2Impl_Update(IDirect3DRMDevice2* iface)
FIXME("(%p/%p)->(): stub\n", iface, This);
- return E_NOTIMPL; + return D3DRM_OK; }
static HRESULT WINAPI IDirect3DRMDevice2Impl_AddUpdateCallback(IDirect3DRMDevice2* iface, @@ -667,7 +667,7 @@ static HRESULT WINAPI IDirect3DRMDevice3Impl_Update(IDirect3DRMDevice3* iface)
FIXME("(%p/%p)->(): stub\n", iface, This);
- return E_NOTIMPL; + return D3DRM_OK; }
static HRESULT WINAPI IDirect3DRMDevice3Impl_AddUpdateCallback(IDirect3DRMDevice3* iface,