=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: d3dx9_36: D3DXCreateFontIndirectW seems no longer to be a stub.

Alexandre Julliard julliard at winehq.org
Mon Nov 5 13:32:24 CST 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Nov  3 18:06:03 2012 +0100

d3dx9_36: D3DXCreateFontIndirectW seems no longer to be a stub.

---

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

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;
 




More information about the wine-cvs mailing list