advapi32: Silence the fixme in EventActivityIdControl.
Signed-off-by: Stefan Leichter <sle85276@gmx.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ecb8d9f551
commit
bae48da7c5
|
@ -830,7 +830,9 @@ BOOLEAN WINAPI EventProviderEnabled( REGHANDLE handle, UCHAR level, ULONGLONG ke
|
||||||
*/
|
*/
|
||||||
ULONG WINAPI EventActivityIdControl(ULONG code, GUID *guid)
|
ULONG WINAPI EventActivityIdControl(ULONG code, GUID *guid)
|
||||||
{
|
{
|
||||||
FIXME("0x%x, %p: stub\n", code, guid);
|
static int once;
|
||||||
|
|
||||||
|
if (!once++) FIXME("0x%x, %p: stub\n", code, guid);
|
||||||
return ERROR_SUCCESS;
|
return ERROR_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue