reactos/dll/win32/inseng/precomp.h
2018-03-17 12:48:28 +01:00

18 lines
279 B
C

#ifndef _INSENG_PRECOMP_H
#define _INSENG_PRECOMP_H
#include <wine/config.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include "inseng_private.h"
#include <wine/list.h>
#include <wine/debug.h>
#endif /* !_INSENG_PRECOMP_H */