headers: Add new members in MIDL_STUB_MESSAGE in rpcndr.h

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-headers/include/rpcndr.h b/mingw-w64-headers/include/rpcndr.h
index ff522b3..787e196 100644
--- a/mingw-w64-headers/include/rpcndr.h
+++ b/mingw-w64-headers/include/rpcndr.h
@@ -289,7 +289,7 @@
     struct NDR_POINTER_QUEUE_STATE *pPointerQueueState;
     int IgnoreEmbeddedPointers;
     unsigned char *PointerBufferMark;
-    unsigned char fBufferValid;
+    unsigned char CorrDespIncrement;
     unsigned char uFlags;
     unsigned short UniquePtrCount;
     ULONG_PTR MaxCount;
@@ -307,14 +307,19 @@
     unsigned __LONG32 PointerLength;
     int fInDontFree : 1;
     int fDontCallFreeInst : 1;
-    int fInOnlyParam : 1;
+    int fUnused1 : 1;
     int fHasReturn : 1;
     int fHasExtensions : 1;
     int fHasNewCorrDesc : 1;
-    int fIsOicfServer : 1;
+    int fIsIn : 1;
+    int fIsOut : 1;
+    int fIsOicf : 1;
+    int fBufferValid : 1;
     int fHasMemoryValidateCallback : 1;
-    int fUnused : 8;
-    int fUnused2 : 16;
+    int fInFree : 1;
+    int fNeedMCCP : 1;
+    int fUnused2 : 3;
+    int fUnused3 : 16;
     unsigned __LONG32 dwDestContext;
     void *pvDestContext;
     NDR_SCONTEXT *SavedContextHandles;
@@ -340,9 +345,9 @@
     INT_PTR Unused;
 #endif
     struct _NDR_PROC_CONTEXT *pContext;
+    void *ContextHandleHash;
     void *pUserMarshalList;
-    INT_PTR Reserved51_2;
-    INT_PTR Reserved51_3;
+    unsigned char *pFullPtrFormat;
     INT_PTR Reserved51_4;
     INT_PTR Reserved51_5;
   } MIDL_STUB_MESSAGE,*PMIDL_STUB_MESSAGE;