mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
20 lines
279 B
C
20 lines
279 B
C
|
|
#ifndef _RPCSS_PRECOMP_H_
|
|
#define _RPCSS_PRECOMP_H_
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
|
|
#include <irot_s.h>
|
|
#include <epm_s.h>
|
|
#include <irpcss_s.h>
|
|
|
|
#include <wine/list.h>
|
|
|
|
#endif /* !_RPCSS_PRECOMP_H_ */
|