advapi32: Only show NotifyServiceStatusChangeW FIXME once.

Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Austin English 2017-08-31 11:50:25 -05:00 committed by Alexandre Julliard
parent d7cc4f2c75
commit e2283db410
1 changed files with 2 additions and 1 deletions

View File

@ -2427,8 +2427,9 @@ DWORD WINAPI NotifyServiceStatusChangeW(SC_HANDLE hService, DWORD dwNotifyMask,
DWORD dummy;
BOOL ret;
SERVICE_STATUS_PROCESS st;
static int once;
FIXME("%p 0x%x %p - semi-stub\n", hService, dwNotifyMask, pNotifyBuffer);
if (!once++) FIXME("%p 0x%x %p - semi-stub\n", hService, dwNotifyMask, pNotifyBuffer);
ret = QueryServiceStatusEx(hService, SC_STATUS_PROCESS_INFO, (void*)&st, sizeof(st), &dummy);
if (ret)