Added missing field to MIDL_STUB_MESSAGE.
This commit is contained in:
parent
0b871be3d7
commit
4d61245684
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue