mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
12 lines
207 B
C
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_ */
|