d3dx9_36: D3DXCreateFontIndirectW seems no longer to be a stub.

This commit is contained in:
André Hentschel 2012-11-03 18:06:03 +01:00 committed by Alexandre Julliard
parent 8a3211af4c
commit 7d1fa526e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;