Commit 02dce590 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

Added stub for UnregisterDeviceNotification.

parent 3ec24a6f
......@@ -572,6 +572,16 @@ HDEVNOTIFY WINAPI RegisterDeviceNotificationW(HANDLE hRecepient, LPVOID pNotific
}
/***********************************************************************
* UnregisterDeviceNotification (USER32.@)
*
*/
BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY hnd)
{
FIXME("(handle=%p), STUB!\n", hnd);
return TRUE;
}
/***********************************************************************
* GetAppCompatFlags (USER32.@)
*/
DWORD WINAPI GetAppCompatFlags( HTASK hTask )
......
......@@ -713,7 +713,7 @@
@ stdcall UnpackDDElParam(long long ptr ptr)
@ stdcall UnregisterClassA(str long)
@ stdcall UnregisterClassW(wstr long)
@ stub UnregisterDeviceNotification
@ stdcall UnregisterDeviceNotification(long)
@ stdcall UnregisterHotKey(long long)
# @ stub UnregisterMessagePumpHook
# @ stub UnregisterUserApiHook
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment