[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / sdk / lib / drivers / sound / mment4 / precomp.h
diff --git a/reactos/sdk/lib/drivers/sound/mment4/precomp.h b/reactos/sdk/lib/drivers/sound/mment4/precomp.h
new file mode 100644 (file)
index 0000000..cae013f
--- /dev/null
@@ -0,0 +1,14 @@
+#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_ */