include: Add missing defines to mddk.h.

This commit is contained in:
Maarten Lankhorst 2011-04-07 22:58:31 +02:00 committed by Alexandre Julliard
parent 0c33682330
commit 16f285cc15
1 changed files with 2 additions and 0 deletions

View File

@ -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)