mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
17 lines
313 B
C
17 lines
313 B
C
|
|
#ifndef _ACTXPRXY_PRECOMP_H_
|
|
#define _ACTXPRXY_PRECOMP_H_
|
|
|
|
#define __midl_proxy
|
|
#define WIN32_NO_STATUS
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#define DECLSPEC_HIDDEN
|
|
|
|
#include <objbase.h>
|
|
#include <rpcproxy.h>
|
|
#include <rpc.h>
|
|
#include <rpcndr.h>
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
|
|
#endif /* !_ACTXPRXY_PRECOMP_H_ */
|