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:
Louis Lenders 2018-01-04 10:10:00 +01:00 committed by Alexandre Julliard
parent 85d970b7c8
commit 0bdd879fde

View file

@ -277,7 +277,7 @@ BOOL WINAPI WTSRegisterSessionNotification(HWND hWnd, DWORD dwFlags)
}
/************************************************************
* WTSRegisterSessionNotification (WTSAPI32.@)
* WTSRegisterSessionNotificationEx (WTSAPI32.@)
*/
BOOL WINAPI WTSRegisterSessionNotificationEx(HANDLE hServer, HWND hWnd, DWORD dwFlags)
{