d3d9: Silence a FIXME.

This commit is contained in:
Stefan Dösinger 2007-11-01 01:45:36 +01:00 committed by Alexandre Julliard
parent 393ed4a070
commit aa7f9f0a72

View file

@ -231,7 +231,7 @@ HRESULT WINAPI IDirect3DDevice9Impl_CreateVertexBuffer(LPDIRECT3DDEVICE9 iface,
if (hrc != D3D_OK) {
/* free up object */
FIXME("(%p) call to IWineD3DDevice_CreateVertexBuffer failed\n", This);
WARN("(%p) call to IWineD3DDevice_CreateVertexBuffer failed\n", This);
HeapFree(GetProcessHeap(), 0, object);
} else {
IUnknown_AddRef(iface);