ReactOS 0.4.15-dev-7958-gcd0bb1a
precomp.h
Go to the documentation of this file.
1
2#ifndef _WBEMPROX_PRECOMP_H_
3#define _WBEMPROX_PRECOMP_H_
4
5#include <stdarg.h>
6
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#define COBJMACROS
11#define NONAMELESSUNION
12#define NONAMELESSSTRUCT
13
14#include <ntstatus.h>
15#define WIN32_NO_STATUS
16#include <windef.h>
17#include <winbase.h>
18#include <winuser.h>
19#include <winsvc.h>
20#include <objbase.h>
21#include <oleauto.h>
22#include <wbemcli.h>
23
24#include "wbemprox_private.h"
25
26#endif /* !_WBEMPROX_PRECOMP_H_ */