comctl32/tests: Make impl_from_IStream() static.
This commit is contained in:
parent
a552a7a9f5
commit
07cfe3ea51
|
@ -579,7 +579,7 @@ struct my_IStream
|
||||||
ULONG iml_data_size;
|
ULONG iml_data_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct my_IStream *impl_from_IStream(IStream *iface)
|
static struct my_IStream *impl_from_IStream(IStream *iface)
|
||||||
{
|
{
|
||||||
return CONTAINING_RECORD(iface, struct my_IStream, IStream_iface);
|
return CONTAINING_RECORD(iface, struct my_IStream, IStream_iface);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue