gameux: Improve stub for GameExplorerImpl_VerifyAccess.
This commit is contained in:
parent
d099af8c01
commit
75f0573964
|
@ -875,9 +875,9 @@ static HRESULT WINAPI GameExplorerImpl_VerifyAccess(
|
|||
{
|
||||
GameExplorerImpl *This = impl_from_IGameExplorer(iface);
|
||||
|
||||
TRACE("(%p, %s, %p)\n", This, debugstr_w(sGDFBinaryPath), pHasAccess);
|
||||
FIXME("stub\n");
|
||||
return E_NOTIMPL;
|
||||
FIXME("(%p, %s, %p)\n", This, debugstr_w(sGDFBinaryPath), pHasAccess);
|
||||
*pHasAccess = TRUE;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static const struct IGameExplorerVtbl GameExplorerImplVtbl =
|
||||
|
|
Loading…
Reference in New Issue