reactos/dll/win32/inseng/precomp.h
2019-11-02 18:36:31 +01:00

16 lines
253 B
C

#ifndef _INSENG_PRECOMP_H
#define _INSENG_PRECOMP_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 */