widl: The stack/structure offset in correlation descriptors should be a short.

This commit is contained in:
Robert Shearman 2006-01-31 18:06:53 +01:00 committed by Alexandre Julliard
parent 513996fde4
commit ac5a4393d5
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ static size_t write_conf_or_var_desc(FILE *file, const func_t *func, const type_
correlation_type == RPC_FC_TOP_LEVEL_CONFORMANCE ? "parameter, " : "",
param_type_string);
print_file(file, 2, "0x%x, /* %s */\n", operator_type, operator_string);
print_file(file, 2, "0x%x, /* %soffset = %d */\n",
print_file(file, 2, "NdrShort(0x%x), /* %soffset = %d */\n",
offset,
correlation_type == RPC_FC_TOP_LEVEL_CONFORMANCE ? "x86 stack size / " : "",
offset);