From 27ac4d887a08a666db986561f19a2cf3e3538bc6 Mon Sep 17 00:00:00 2001 From: Qian Hong Date: Tue, 29 Dec 2015 10:18:27 +0800 Subject: [PATCH] include: Add defines for some more device change event. Signed-off-by: Qian Hong Signed-off-by: Alexandre Julliard --- include/dbt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dbt.h b/include/dbt.h index b326dc25028..ec8c0847383 100644 --- a/include/dbt.h +++ b/include/dbt.h @@ -30,6 +30,10 @@ # define DECL_WINELIB_DBT_TYPE_AW(type) typedef WINELIB_NAME_AW(type##_) type; #endif +#define DBT_DEVNODES_CHANGED 0x0007 +#define DBT_QUERYCHANGECONFIG 0x0017 +#define DBT_CONFIGCHANGED 0x0018 +#define DBT_CONFIGCHANGECANCELED 0x0019 #define DBT_NO_DISK_SPACE 0x0047 #define DBT_LOW_DISK_SPACE 0x0048 #define DBT_CONFIGMGPRIVATE 0x7FFF