reactos/reactos/include/wine/mmddk.h
Gé van Geldorp 5d5247de81 Prepare for syncing to Wine-20040914
svn path=/trunk/; revision=10900
2004-09-19 09:11:12 +00:00

18 lines
438 B
C

/* $Id $
*
* Compatibility header
*
* This header is wrapper to allow compilation of Wine DLLs under ReactOS
* build system. It contains definitions commonly refered to as Wineisms
* and definitions that are missing in w32api.
*/
#include_next <mmddk.h>
#ifndef __WINE_MMDDK_H
#define __WINE_MMDDK_H
#define DRV_QUERYDSOUNDIFACE (DRV_RESERVED + 20)
#define DRV_QUERYDSOUNDDESC (DRV_RESERVED + 21)
#endif /* __WINE_MMDDK_H */