mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 12:03:45 +00:00
widl: Handle more pointer types in get_struct_type.
This commit is contained in:
parent
88820263c6
commit
180ede5bfe
1 changed files with 2 additions and 0 deletions
|
@ -1473,8 +1473,10 @@ static int get_struct_type(var_t *field)
|
|||
case RPC_FC_ENUM32:
|
||||
break;
|
||||
|
||||
case RPC_FC_RP:
|
||||
case RPC_FC_UP:
|
||||
case RPC_FC_FP:
|
||||
case RPC_FC_OP:
|
||||
has_pointer = 1;
|
||||
break;
|
||||
case RPC_FC_CARRAY:
|
||||
|
|
Loading…
Reference in a new issue