headers: Rename reserved members in MIDL_SYNTAX_INFO 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 60bbab9..d77536e 100644
--- a/mingw-w64-headers/include/rpcndr.h
+++ b/mingw-w64-headers/include/rpcndr.h
@@ -514,6 +514,21 @@
 
   typedef MIDL_STUBLESS_PROXY_INFO *PMIDL_STUBLESS_PROXY_INFO;
 
+  typedef struct _MIDL_METHOD_PROPERTY {
+    unsigned __LONG32 Id;
+    ULONG_PTR Value;
+  } MIDL_METHOD_PROPERTY, *PMIDL_METHOD_PROPERTY;
+
+  typedef struct _MIDL_METHOD_PROPERTY_MAP {
+    unsigned __LONG32 Count;
+    const MIDL_METHOD_PROPERTY *Properties;
+  } MIDL_METHOD_PROPERTY_MAP, *PMIDL_METHOD_PROPERTY_MAP;
+
+  typedef struct _MIDL_INTERFACE_METHOD_PROPERTIES {
+    unsigned short MethodCount;
+    const MIDL_METHOD_PROPERTY_MAP *const *MethodProperties;
+  } MIDL_INTERFACE_METHOD_PROPERTIES;
+
   struct _MIDL_SYNTAX_INFO {
     RPC_SYNTAX_IDENTIFIER TransferSyntax;
     RPC_DISPATCH_TABLE *DispatchTable;
@@ -521,7 +536,7 @@
     const unsigned short *FmtStringOffset;
     PFORMAT_STRING TypeString;
     const void *aUserMarshalQuadruple;
-    ULONG_PTR pReserved1;
+    const MIDL_INTERFACE_METHOD_PROPERTIES *pMethodProperties;
     ULONG_PTR pReserved2;
   };