https://git.reactos.org/?p=reactos.git;a=commitdiff;h=539123c62f2efc4604cdb658ed8249e1f906006f

commit 539123c62f2efc4604cdb658ed8249e1f906006f
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Thu Sep 21 12:09:28 2023 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Thu Sep 21 12:09:28 2023 +0900

    [SHELL32] SHChangeRegistrationReceive just returns FALSE
---
 dll/win32/shell32/changenotify.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/win32/shell32/changenotify.cpp 
b/dll/win32/shell32/changenotify.cpp
index 4666771734b..d21c3aaa2d2 100644
--- a/dll/win32/shell32/changenotify.cpp
+++ b/dll/win32/shell32/changenotify.cpp
@@ -592,8 +592,8 @@ static LPCSTR DumpEvent(LONG event)
 EXTERN_C BOOL WINAPI
 SHChangeRegistrationReceive(LPVOID lpUnknown1, DWORD dwUnknown2)
 {
-    FIXME("SHChangeRegistrationReceive() stub\n");
-    return FALSE;
+    TRACE("\n");
+    return FALSE; /* Just return FALSE */
 }
 
 EXTERN_C VOID WINAPI

Reply via email to