https://git.reactos.org/?p=reactos.git;a=commitdiff;h=294af4a7743424c746e28e58186b76bfd742bd3c

commit 294af4a7743424c746e28e58186b76bfd742bd3c
Author:     Eric Kohl <[email protected]>
AuthorDate: Sat Jul 27 19:59:32 2019 +0200
Commit:     Eric Kohl <[email protected]>
CommitDate: Sat Jul 27 19:59:32 2019 +0200

    [PSDK] Add missing UnregisterDeviceNotification() to winuser.h.
---
 sdk/include/psdk/winuser.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdk/include/psdk/winuser.h b/sdk/include/psdk/winuser.h
index 40e629e6f18..594b15beb17 100644
--- a/sdk/include/psdk/winuser.h
+++ b/sdk/include/psdk/winuser.h
@@ -5344,6 +5344,9 @@ BOOL WINAPI UnionRect(_Out_ LPRECT, _In_ LPCRECT, _In_ 
LPCRECT);
 BOOL WINAPI UnloadKeyboardLayout(_In_ HKL);
 BOOL WINAPI UnregisterClassA(_In_ LPCSTR,HINSTANCE);
 BOOL WINAPI UnregisterClassW(_In_ LPCWSTR,HINSTANCE);
+#if (WINVER >= 0x0500)
+BOOL WINAPI UnregisterDeviceNotification(_In_ HDEVNOTIFY);
+#endif
 BOOL WINAPI UnregisterHotKey(_In_opt_ HWND, _In_ int);
 BOOL WINAPI UpdateWindow(_In_ HWND);
 #if (_WIN32_WINNT >= 0x0500)

Reply via email to