[OLE32] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / ole32 / storage32.c
index 6adf3c7..51f178b 100644 (file)
  *  residing in a compound file object.
  */
 
-#include "precomp.h"
+#include <assert.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#define COBJMACROS
+#define NONAMELESSUNION
+
+#include "windef.h"
+#include "winbase.h"
+#include "winnls.h"
+#include "winuser.h"
+#include "wine/unicode.h"
+#include "wine/debug.h"
+
 #include "storage32.h"
+#include "ole2.h"      /* For Write/ReadClassStm */
 
-#include <wine/wingdi16.h>
+#include "winreg.h"
+#include "wine/wingdi16.h"
+#include "compobj_private.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(storage);