ReactOS 0.4.15-dev-7961-gdcf9eb0
precomp.h
Go to the documentation of this file.
1
2#ifndef _ACTXPRXY_PRECOMP_H_
3#define _ACTXPRXY_PRECOMP_H_
4
5#define __midl_proxy
6#define WIN32_NO_STATUS
7#define WIN32_LEAN_AND_MEAN
8#define DECLSPEC_HIDDEN
9
10#include <objbase.h>
11#include <rpcproxy.h>
12#include <rpc.h>
13#include <rpcndr.h>
14#include <windows.h>
15#include <ole2.h>
16
17#endif /* !_ACTXPRXY_PRECOMP_H_ */