dinput: COM cleanup - return interface instead of typecasting This.

This commit is contained in:
Vitaliy Margolen 2011-01-09 15:43:12 -07:00 committed by Alexandre Julliard
parent 15216098e0
commit b66e00cb09
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ HRESULT linuxinput_create_effect(
newEffect->entry = parent_list_entry;
*peff = (LPDIRECTINPUTEFFECT)newEffect;
*peff = &newEffect->IDirectInputEffect_iface;
TRACE("Creating linux input system effect (%p) with guid %s\n",
*peff, _dump_dinput_GUID(rguid));