commit | eb3113dc5ca864cc709acad56d5da36a8fd8cd7e | [log] [tgz] |
---|---|---|
author | Robert Reif <reif@earthlink.net> | Fri Dec 17 19:03:35 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 17 19:03:35 2004 +0000 |
tree | 65cfb64afe21ca502265330f2a79a42514315bb4 | |
parent | 08383277cbd3bbe91afc4ea3b43f455359d47cbc [diff] [blame] |
Added a missing define.
diff --git a/include/mmddk.h b/include/mmddk.h index 48f12b0..32e5f25 100644 --- a/include/mmddk.h +++ b/include/mmddk.h
@@ -93,6 +93,8 @@ #define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21) #endif +#define DRVM_MAPPER_PREFERRED_FLAGS_PREFERREDONLY 0x00000001 + #define WODM_INIT DRVM_INIT #define WODM_GETNUMDEVS 3 #define WODM_GETDEVCAPS 4