[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [wine] 176/289: advapi32: Silence the fixme in EventActivityIdControl.



This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit bae48da7c5e16ec5b1a6e3db48e2eaaec7515db8
Author: Stefan Leichter <sle85276@gmx.de>
Date:   Sun Mar 25 10:29:39 2018 +0200

    advapi32: Silence the fixme in EventActivityIdControl.
    
    Signed-off-by: Stefan Leichter <sle85276@gmx.de>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
 dlls/advapi32/eventlog.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dlls/advapi32/eventlog.c b/dlls/advapi32/eventlog.c
index 34a21c8..fbab8e8 100644
--- a/dlls/advapi32/eventlog.c
+++ b/dlls/advapi32/eventlog.c
@@ -830,7 +830,9 @@ BOOLEAN WINAPI EventProviderEnabled( REGHANDLE handle, UCHAR level, ULONGLONG ke
  */
 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;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



Reply to: