reactos/base/services/rpcss/precomp.h
2018-04-01 13:11:47 +01:00

23 lines
334 B
C

#ifndef _RPCSS_PRECOMP_H_
#define _RPCSS_PRECOMP_H_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <windef.h>
#include <winbase.h>
#include <irot_s.h>
#include <epm_s.h>
#include <wine/list.h>
#endif /* !_RPCSS_PRECOMP_H_ */