windowscodecs: Make get_metadata_container() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
61171a5f11
commit
e7cc7f347d
|
@ -1514,7 +1514,7 @@ typedef struct
|
|||
UINT container_count;
|
||||
} MetadataReaderInfo;
|
||||
|
||||
struct metadata_container *get_metadata_container(MetadataReaderInfo *info, const GUID *guid)
|
||||
static struct metadata_container *get_metadata_container(MetadataReaderInfo *info, const GUID *guid)
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
|
|
Loading…
Reference in New Issue