1 2 #ifndef _WSCRIPT_PRECOMP_H_ 3 #define _WSCRIPT_PRECOMP_H_ 4 5 #include <stdarg.h> 6 7 #define WIN32_NO_STATUS 8 #define _INC_WINDOWS 9 #define COBJMACROS 10 #define CONST_VTABLE 11 12 #include <windef.h> 13 #include <winbase.h> 14 #include <initguid.h> 15 #include <ole2.h> 16 #include <wine/debug.h> 17 #include <wine/unicode.h> 18 19 #include "wscript.h" 20 21 #endif /* !_WSCRIPT_PRECOMP_H_ */ 22