xref: /reactos/base/services/rpcss/precomp.h (revision 4561998a)
1 
2 #ifndef _RPCSS_PRECOMP_H_
3 #define _RPCSS_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 NONAMELESSUNION
12 #define NONAMELESSSTRUCT
13 
14 #include <windef.h>
15 #include <winbase.h>
16 
17 #include <irot_s.h>
18 #include <epm_s.h>
19 
20 #include <wine/list.h>
21 
22 #endif /* !_RPCSS_PRECOMP_H_ */
23