https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5af2570b376e52ba5dd2d0...
commit 5af2570b376e52ba5dd2d03a2de8d7fc91c65c85 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Mon Apr 13 13:19:12 2020 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Mon Apr 13 13:19:12 2020 +0900
[SHELL32] Follow-up No.3 of #2539
Improve a comment in CreateNotificationParamAndSend. CORE-13950 --- dll/win32/shell32/changenotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/shell32/changenotify.cpp b/dll/win32/shell32/changenotify.cpp index 1cd83c63d88..3f2b7cf1f20 100644 --- a/dll/win32/shell32/changenotify.cpp +++ b/dll/win32/shell32/changenotify.cpp @@ -302,7 +302,7 @@ CreateNotificationParamAndSend(LONG wEventId, UINT uFlags, LPITEMIDLIST pidl1, L if (hwndServer == NULL) return;
- // the ticket owner is the process of the server process + // the ticket owner is the process of the notification server DWORD pid; GetWindowThreadProcessId(hwndServer, &pid);