Commit aa75d068 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

d3dx9_36: Quiet a noisy fixme.

parent efb185dc
......@@ -59,8 +59,10 @@ HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
IWICStream *stream;
HRESULT hr;
HRESULT initresult;
static int warn_once;
FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
if (!warn_once++)
FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
/* TODO: Add support for (or at least detect) TGA, DDS, PPM and DIB */
......
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