1 2 #ifndef _ITSS_PCH_ 3 #define _ITSS_PCH_ 4 5 #include <wine/config.h> 6 #include <wine/port.h> 7 8 #include <stdarg.h> 9 10 #define WIN32_NO_STATUS 11 #define _INC_WINDOWS 12 #define COM_NO_WINDOWS_H 13 14 #define COBJMACROS 15 16 #include <windef.h> 17 #include <winbase.h> 18 #include <objbase.h> 19 20 #include <wine/itss.h> 21 #include <wine/unicode.h> 22 #include <wine/debug.h> 23 24 #include "chm_lib.h" 25 #include "itsstor.h" 26 #include "lzx.h" 27 28 #endif /* !_ITSS_PCH_ */ 29