include: Add defines for some more device change event.
Signed-off-by: Qian Hong <qhong@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0e4be06cd6
commit
27ac4d887a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue