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