1 2 #ifndef _INSENG_PRECOMP_H 3 #define _INSENG_PRECOMP_H 4 5 #include <wine/config.h> 6 7 #define WIN32_NO_STATUS 8 #define _INC_WINDOWS 9 #define COM_NO_WINDOWS_H 10 #define COBJMACROS 11 12 #include "inseng_private.h" 13 14 #include <wine/list.h> 15 #include <wine/debug.h> 16 17 #endif /* !_INSENG_PRECOMP_H */ 18