user32: Return a fake handle from RegisterPowerSettingNotification.
This commit is contained in:
parent
4ad09a150e
commit
80cee36b6a
|
@ -717,7 +717,7 @@ BOOL WINAPI UserHandleGrantAccess(HANDLE handle, HANDLE job, BOOL grant)
|
|||
HPOWERNOTIFY WINAPI RegisterPowerSettingNotification(HANDLE recipient, const GUID *guid, DWORD flags)
|
||||
{
|
||||
FIXME("(%p,%s,%x): stub\n", recipient, debugstr_guid(guid), flags);
|
||||
return NULL;
|
||||
return (HPOWERNOTIFY)0xdeadbeef;
|
||||
}
|
||||
|
||||
/**********************************************************************
|
||||
|
|
Loading…
Reference in New Issue