mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 12:25:17 +00:00
dbt.h: Added DBTF_ flags.
This commit is contained in:
parent
a32b3e86ec
commit
18345170fd
@ -78,6 +78,9 @@ typedef struct _DEV_BROADCAST_VOLUME
|
||||
WORD dbcv_flags;
|
||||
} DEV_BROADCAST_VOLUME, *PDEV_BROADCAST_VOLUME;
|
||||
|
||||
#define DBTF_MEDIA 0x0001
|
||||
#define DBTF_NET 0x0002
|
||||
|
||||
typedef struct _DEV_BROADCAST_PORT_A
|
||||
{
|
||||
DWORD dbcp_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user