Commit 07cfe3ea authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comctl32/tests: Make impl_from_IStream() static.

parent a552a7a9
......@@ -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);
}
......
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