reactos/sdk/lib/drivers/sound/mmebuddy/precomp.h

12 lines
207 B
C

#ifndef _MMEBUDDY_PCH_
#define _MMEBUDDY_PCH_
#include <stdarg.h>
#include <windef.h>
#include <mmddk.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include <mmebuddy_debug.h>
#endif /* _MMEBUDDY_PCH_ */