linux fixes
[reactos.git] / reactos / include / wine / mmddk.h
1 /* $Id $
2 *
3 * Compatibility header
4 *
5 * This header is wrapper to allow compilation of Wine DLLs under ReactOS
6 * build system. It contains definitions commonly refered to as Wineisms
7 * and definitions that are missing in w32api.
8 */
9
10 #include_next <mmddk.h>
11
12 #ifndef __WINE_MMDDK_H
13 #define __WINE_MMDDK_H
14
15 #define DRV_QUERYDSOUNDIFACE (DRV_RESERVED + 20)
16 #define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21)
17
18 #endif /* __WINE_MMDDK_H */