mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
wtsapi32: Return success from WTSRegisterSessionNotification.
This commit is contained in:
parent
d8213b468a
commit
fddbf3b99d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue