d3dx9_36: D3DXCreateFontIndirectW seems no longer to be a stub

André Hentschel nerv at dawncrow.de
Sat Nov 3 12:06:03 CDT 2012


related to http://bugs.winehq.org/show_bug.cgi?id=26136
---
 dlls/d3dx9_36/font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dx9_36/font.c b/dlls/d3dx9_36/font.c
index 65adff1..d2bc4bc 100644
--- a/dlls/d3dx9_36/font.c
+++ b/dlls/d3dx9_36/font.c
@@ -301,7 +301,7 @@ HRESULT WINAPI D3DXCreateFontIndirectW(IDirect3DDevice9 *device, const D3DXFONT_
     IDirect3D9 *d3d;
     HRESULT hr;
 
-    FIXME("(%p, %p, %p): stub\n", device, desc, font);
+    TRACE("(%p, %p, %p)\n", device, desc, font);
 
     if( !device || !desc || !font ) return D3DERR_INVALIDCALL;
 
-- 
1.8.0


-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list