[RPCRT4] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / rpcrt4 / ndr_ole.c
index 3d940af..0f0b7e7 100644 (file)
  *  - fix the wire-protocol to match MS/RPC
  */
 
-#include "precomp.h"
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+
+#define COBJMACROS
+#define NONAMELESSUNION
+
+#include "windef.h"
+#include "winbase.h"
+#include "winerror.h"
+
+#include "objbase.h"
+
+#include "ndr_misc.h"
+#include "rpcndr.h"
+#include "rpcproxy.h"
+#include "wine/rpcfc.h"
+#include "cpsf.h"
+
+#include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(ole);