Commit eb3113dc authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

Added a missing define.

parent 08383277
...@@ -93,6 +93,8 @@ typedef struct { ...@@ -93,6 +93,8 @@ typedef struct {
#define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21) #define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21)
#endif #endif
#define DRVM_MAPPER_PREFERRED_FLAGS_PREFERREDONLY 0x00000001
#define WODM_INIT DRVM_INIT #define WODM_INIT DRVM_INIT
#define WODM_GETNUMDEVS 3 #define WODM_GETNUMDEVS 3
#define WODM_GETDEVCAPS 4 #define WODM_GETDEVCAPS 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment