Commit 4d612456 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Added missing field to MIDL_STUB_MESSAGE.

parent 0b871be3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment