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