widl: Check for interface pointers in pointer handling.

This commit is contained in:
Dan Hipschman 2007-06-25 18:22:57 -07:00 committed by Alexandre Julliard
parent d14da0763d
commit fcebe48cad
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ static int write_pointer_description_offsets(
int written = 0; int written = 0;
unsigned int align; unsigned int align;
if (is_ptr(type)) if (is_ptr(type) && type->ref->type != RPC_FC_IP)
{ {
if (offset_in_memory && offset_in_buffer) if (offset_in_memory && offset_in_buffer)
{ {