wtsapi32: Return success from WTSRegisterSessionNotification.

This commit is contained in:
Hans Leidekker 2011-09-27 11:39:41 +02:00 committed by Alexandre Julliard
parent d8213b468a
commit fddbf3b99d

View file

@ -277,7 +277,7 @@ BOOL WINAPI WTSQueryUserConfigW(LPWSTR pServerName, LPWSTR pUserName, WTS_CONFIG
BOOL WINAPI WTSRegisterSessionNotification(HWND hWnd, DWORD dwFlags)
{
FIXME("Stub %p 0x%08x\n", hWnd, dwFlags);
return FALSE;
return TRUE;
}
/************************************************************