Commit 7d1fa526 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

d3dx9_36: D3DXCreateFontIndirectW seems no longer to be a stub.

parent 8a3211af
...@@ -301,7 +301,7 @@ HRESULT WINAPI D3DXCreateFontIndirectW(IDirect3DDevice9 *device, const D3DXFONT_ ...@@ -301,7 +301,7 @@ HRESULT WINAPI D3DXCreateFontIndirectW(IDirect3DDevice9 *device, const D3DXFONT_
IDirect3D9 *d3d; IDirect3D9 *d3d;
HRESULT hr; 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; if( !device || !desc || !font ) return D3DERR_INVALIDCALL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment