Connor McAdams : include: Define EVENT_OBJECT_INVOKED.

Alexandre Julliard julliard at winehq.org
Mon Sep 27 15:21:43 CDT 2021


Module: wine
Branch: master
Commit: 04965f6e47132fc03b5672bbf63e57d520bf2eaa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=04965f6e47132fc03b5672bbf63e57d520bf2eaa

Author: Connor McAdams <cmcadams at codeweavers.com>
Date:   Fri Sep 24 22:33:19 2021 -0400

include: Define EVENT_OBJECT_INVOKED.

Signed-off-by: Connor McAdams <cmcadams at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winuser.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winuser.h b/include/winuser.h
index 260024d7e91..898c9034e33 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -3256,6 +3256,7 @@ typedef struct
 #define EVENT_OBJECT_HELPCHANGE        0x8010
 #define EVENT_OBJECT_DEFACTIONCHANGE   0x8011
 #define EVENT_OBJECT_ACCELERATORCHANGE 0x8012
+#define EVENT_OBJECT_INVOKED           0x8013
 
 /* Sound events */
 #define SOUND_SYSTEM_STARTUP      1




More information about the wine-cvs mailing list