Module: wine Branch: refs/heads/master Commit: 18345170fd888ef54902bd8f80595bec3dc12f0c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=18345170fd888ef54902bd8f...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 9 22:48:49 2006 +0100
dbt.h: Added DBTF_ flags.
---
include/dbt.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/dbt.h b/include/dbt.h index 115a85b..9860707 100644 --- a/include/dbt.h +++ b/include/dbt.h @@ -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;