From 4d612456849373a59ffda41b4074889852db2d36 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 3 Sep 2004 01:03:29 +0000 Subject: [PATCH] Added missing field to MIDL_STUB_MESSAGE. --- include/rpcndr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rpcndr.h b/include/rpcndr.h index ed6cf298d25..d67ceee4ac8 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -187,6 +187,7 @@ typedef struct _MIDL_STUB_MESSAGE int fHasExtensions:1; int fHasNewCorrDesc:1; int fUnused:10; + int fUnused2:16; unsigned long dwDestContext; void *pvDestContext; NDR_SCONTEXT *SavedContextHandles;