ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
1
2#ifndef _MMDEVAPI_PRECOMP_H_
3#define _MMDEVAPI_PRECOMP_H_
4
5#include <stdarg.h>
6
7#define WIN32_NO_STATUS
8#define _INC_WINDOWS
9#define COM_NO_WINDOWS_H
10
11#define COBJMACROS
12#define NONAMELESSUNION
13
14#include <windef.h>
15#include <winbase.h>
16#include <wingdi.h>
17#include <winreg.h>
18#include <winnls.h>
19#include <objbase.h>
20#include <audiopolicy.h>
21#include <endpointvolume.h>
22#include <mmdeviceapi.h>
23
24#include <wine/debug.h>
25
26#include "mmdevapi.h"
27
28#endif /* !_MMDEVAPI_PRECOMP_H_ */