mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
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;
|
||||
};
|
||||
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user