[PATCH 2/5] include: Added missing defines used by RegisterDeviceNotification

Micah N Gorrell mgorrell at codeweavers.com
Fri May 17 19:35:25 CDT 2019


Signed-off-by: Micah N Gorrell <mgorrell at codeweavers.com>
---
 include/winuser.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/winuser.h b/include/winuser.h
index 60bc473225..165f835b7d 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -3088,7 +3088,9 @@ typedef struct tagTRACKMOUSEEVENT {
 typedef  PVOID           HDEVNOTIFY;
 typedef  HDEVNOTIFY     *PHDEVNOTIFY;
 
-#define DEVICE_NOTIFY_WINDOW_HANDLE     0x00000000
+#define DEVICE_NOTIFY_WINDOW_HANDLE         0x00000000
+#define DEVICE_NOTIFY_SERVICE_HANDLE        0x00000001
+#define DEVICE_NOTIFY_ALL_INTERFACE_CLASSES 0x00000004
 
 /* used for GetWindowInfo() */
 
-- 
2.21.0




More information about the wine-devel mailing list