wtsapi32: Return success from WTSRegisterSessionNotification.
This commit is contained in:
parent
d8213b468a
commit
fddbf3b99d
|
@ -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;
|
||||
}
|
||||
|
||||
/************************************************************
|
||||
|
|
Loading…
Reference in New Issue