Commit fddbf3b9 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wtsapi32: Return success from WTSRegisterSessionNotification.

parent d8213b46
......@@ -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;
}
/************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment