[PATCH] d3dx9_36: Turn FIXME into TRACE since function is implemented. Not supported formats are catched by final FIXME.

Christian Costa titan.costa at gmail.com
Tue Feb 7 15:38:15 CST 2012


---
 dlls/d3dx9_36/surface.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/d3dx9_36/surface.c b/dlls/d3dx9_36/surface.c
index 7f566d5..ba28f82 100644
--- a/dlls/d3dx9_36/surface.c
+++ b/dlls/d3dx9_36/surface.c
@@ -59,10 +59,8 @@ HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
     IWICStream *stream;
     HRESULT hr;
     HRESULT initresult;
-    static int warn_once;
 
-    if (!warn_once++)
-        FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
+    TRACE("(%p, %d, %p)\n", data, datasize, info);
 
     /* TODO: Add support for (or at least detect) PPM and DIB */
 




More information about the wine-patches mailing list