1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-14 07:24:15 +00:00
reactos/sdk/lib/drivers/sound/mment4/precomp.h

14 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_ */