widl: Check for interface pointers in pointer handling.
This commit is contained in:
parent
d14da0763d
commit
fcebe48cad
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue