reactos/dll/win32/itss/precomp.h
2019-11-02 18:37:34 +01:00

25 lines
348 B
C

#ifndef _ITSS_PCH_
#define _ITSS_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
#include <objbase.h>
#include <wine/itss.h>
#include <wine/debug.h>
#include "chm_lib.h"
#include "itsstor.h"
#include "lzx.h"
#endif /* !_ITSS_PCH_ */