Effect objects are not supported yet so don't crash when trying to

enumerate them.
This commit is contained in:
Robert Reif 2005-05-16 14:07:36 +00:00 committed by Alexandre Julliard
parent 95086f45a4
commit 2d9e2a3300
1 changed files with 0 additions and 2 deletions

View File

@ -757,8 +757,6 @@ HRESULT WINAPI IDirectInputDevice2AImpl_EnumCreatedEffectObjects(
{
FIXME("(this=%p,%p,%p,0x%08lx): stub!\n",
iface, lpCallback, lpvRef, dwFlags);
if (lpCallback)
lpCallback(NULL, lpvRef);
return DI_OK;
}