wtsapi32: Fix copy/paste error in comment.
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
85d970b7c8
commit
0bdd879fde
|
@ -277,7 +277,7 @@ BOOL WINAPI WTSRegisterSessionNotification(HWND hWnd, DWORD dwFlags)
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
* WTSRegisterSessionNotification (WTSAPI32.@)
|
* WTSRegisterSessionNotificationEx (WTSAPI32.@)
|
||||||
*/
|
*/
|
||||||
BOOL WINAPI WTSRegisterSessionNotificationEx(HANDLE hServer, HWND hWnd, DWORD dwFlags)
|
BOOL WINAPI WTSRegisterSessionNotificationEx(HANDLE hServer, HWND hWnd, DWORD dwFlags)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue