mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +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
|
EXTERN_C BOOL WINAPI
|
||||||
SHChangeRegistrationReceive(LPVOID lpUnknown1, DWORD dwUnknown2)
|
SHChangeRegistrationReceive(LPVOID lpUnknown1, DWORD dwUnknown2)
|
||||||
{
|
{
|
||||||
FIXME("SHChangeRegistrationReceive() stub\n");
|
TRACE("\n");
|
||||||
return FALSE;
|
return FALSE; /* Just return FALSE */
|
||||||
}
|
}
|
||||||
|
|
||||||
EXTERN_C VOID WINAPI
|
EXTERN_C VOID WINAPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue