Maarten Lankhorst : include: Add missing defines to mddk.h.

Alexandre Julliard julliard at winehq.org
Fri Apr 8 10:50:58 CDT 2011


Module: wine
Branch: master
Commit: 16f285cc157fec169bd79acc883028e361832bfa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=16f285cc157fec169bd79acc883028e361832bfa

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Thu Apr  7 22:58:31 2011 +0200

include: Add missing defines to mddk.h.

---

 include/mmddk.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/mmddk.h b/include/mmddk.h
index f7e260f..17366db 100644
--- a/include/mmddk.h
+++ b/include/mmddk.h
@@ -89,6 +89,8 @@ typedef struct {
 #define DRV_QUERYSTRINGID		(DRV_RESERVED + 14)
 #define DRV_QUERYSTRINGIDSIZE		(DRV_RESERVED + 15)
 #define DRV_QUERYIDFROMSTRINGID		(DRV_RESERVED + 16)
+#define DRV_QUERYFUNCTIONINSTANCEID	(DRV_RESERVED + 17)
+#define DRV_QUERYFUNCTIONINSTANCEIDSIZE	(DRV_RESERVED + 18)
 #ifdef __WINESRC__
 #define DRV_QUERYDSOUNDIFACE		(DRV_RESERVED + 20)
 #define DRV_QUERYDSOUNDDESC		(DRV_RESERVED + 21)




More information about the wine-cvs mailing list