mmddk.h missing define

Robert Reif reif at earthlink.net
Fri Dec 17 08:00:48 CST 2004


Added a missing define.
-------------- next part --------------
Index: include/mmddk.h
===================================================================
RCS file: /home/wine/wine/include/mmddk.h,v
retrieving revision 1.21
diff -u -r1.21 mmddk.h
--- include/mmddk.h	20 Aug 2004 20:01:31 -0000	1.21
+++ include/mmddk.h	17 Dec 2004 14:50:39 -0000
@@ -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


More information about the wine-patches mailing list