Added missing field to MIDL_STUB_MESSAGE.

oldstable
Francois Gouget 2004-09-03 01:03:29 +00:00 committed by Alexandre Julliard
parent 0b871be3d7
commit 4d61245684
1 changed files with 1 additions and 0 deletions

View File

@ -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;