[ITSS] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / itss / storage.c
index 0b10dc5..f20c5bc 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#include "config.h"
+
+#include <stdarg.h>
+#include <stdio.h>
+
+#define COBJMACROS
+
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "ole2.h"
+
+#include "chm_lib.h"
+#include "itsstor.h"
+
+#include "wine/itss.h"
+#include "wine/unicode.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(itss);
 
 /************************************************************************/