Module: wine Branch: master Commit: 180ede5bfee6502a1950405d4cc17fe4941cf57c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=180ede5bfee6502a1950405d...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Fri Sep 1 16:34:14 2006 -0700
widl: Handle more pointer types in get_struct_type.
---
tools/widl/parser.y | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 4ceb6a2..12767c7 100644 --- a/tools/widl/parser.y +++ b/tools/widl/parser.y @@ -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: