widl: Handle more pointer types in get_struct_type.

This commit is contained in:
Dan Hipschman 2006-09-01 16:34:14 -07:00 committed by Alexandre Julliard
parent 88820263c6
commit 180ede5bfe
1 changed files with 2 additions and 0 deletions

View File

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