mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
28 lines
423 B
C
28 lines
423 B
C
|
|
#ifndef _ITSS_PCH_
|
|
#define _ITSS_PCH_
|
|
|
|
#include <wine/config.h>
|
|
#include <wine/port.h>
|
|
|
|
#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/unicode.h>
|
|
#include <wine/debug.h>
|
|
|
|
#include "chm_lib.h"
|
|
#include "itsstor.h"
|
|
#include "lzx.h"
|
|
|
|
#endif /* !_ITSS_PCH_ */
|