1 2 #ifndef _SCRRUN_PRECOMP_H_ 3 #define _SCRRUN_PRECOMP_H_ 4 5 #include <wine/config.h> 6 7 #include <stdarg.h> 8 9 #define WIN32_NO_STATUS 10 #define _INC_WINDOWS 11 #define COM_NO_WINDOWS_H 12 13 #define COBJMACROS 14 15 #include <windef.h> 16 #include <winbase.h> 17 #include <winnls.h> 18 #include <objbase.h> 19 #include <oleauto.h> 20 #include <dispex.h> 21 #include <scrrun.h> 22 23 #include <wine/debug.h> 24 25 #include "scrrun_private.h" 26 27 #endif /* !_SCRRUN_PRECOMP_H_ */ 28