Commit fcebe48c authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Check for interface pointers in pointer handling.

parent d14da076
......@@ -1051,7 +1051,7 @@ static int write_pointer_description_offsets(
int written = 0;
unsigned int align;
if (is_ptr(type))
if (is_ptr(type) && type->ref->type != RPC_FC_IP)
{
if (offset_in_memory && offset_in_buffer)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment