Stefan Dösinger : d3d9: Silence a FIXME.

Alexandre Julliard julliard at winehq.org
Thu Nov 1 07:39:44 CDT 2007


Module: wine
Branch: master
Commit: aa7f9f0a72408a93e44dbf57c85ae844f67e3520
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aa7f9f0a72408a93e44dbf57c85ae844f67e3520

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Thu Nov  1 01:45:36 2007 +0100

d3d9: Silence a FIXME.

---

 dlls/d3d9/vertexbuffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/vertexbuffer.c b/dlls/d3d9/vertexbuffer.c
index 6238fdd..7716951 100644
--- a/dlls/d3d9/vertexbuffer.c
+++ b/dlls/d3d9/vertexbuffer.c
@@ -231,7 +231,7 @@ HRESULT WINAPI IDirect3DDevice9Impl_CreateVertexBuffer(LPDIRECT3DDEVICE9 iface,
     if (hrc != D3D_OK) {
 
         /* free up object */
-        FIXME("(%p) call to IWineD3DDevice_CreateVertexBuffer failed\n", This);
+        WARN("(%p) call to IWineD3DDevice_CreateVertexBuffer failed\n", This);
         HeapFree(GetProcessHeap(), 0, object);
     } else {
         IUnknown_AddRef(iface);




More information about the wine-cvs mailing list