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