d3dx9_36: Remove TGA from TODO since it is supported.

This commit is contained in:
Christian Costa 2012-01-30 01:17:23 +01:00 committed by Alexandre Julliard
parent ca4fdc57ed
commit 0a23797f1b

View file

@ -64,7 +64,7 @@ HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
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 */
/* TODO: Add support for (or at least detect) DDS, PPM and DIB */
if (!data || !datasize)
return D3DERR_INVALIDCALL;