reactos/lib/drivers/sound/mment4/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

15 lines
257 B
C

#ifndef _MMENT4_PCH_
#define _MMENT4_PCH_
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <mmddk.h>
#include <sndnames.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#endif /* _MMENT4_PCH_ */