mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[SHELL32] SHChangeRegistrationReceive just returns FALSE
This commit is contained in:
parent
29e1a41d07
commit
539123c62f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue