ReactOS 0.4.16-dev-2354-g16de117
precomp.h
Go to the documentation of this file.
1
2#ifndef _RPCSS_PRECOMP_H_
3#define _RPCSS_PRECOMP_H_
4
5#include <stdarg.h>
6
7#define WIN32_NO_STATUS
8#define COBJMACROS
9
10#include <windef.h>
11#include <winbase.h>
12
13#include <irot_s.h>
14#include <epm_s.h>
15#include <irpcss_s.h>
16
17#include <wine/list.h>
18
19#endif /* !_RPCSS_PRECOMP_H_ */