reactos/lib/drivers/sound/mment4/precomp.h
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +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_ */