Commit 6e34275f authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfplat: Add traces for attributes methods of IMFMediaType.

parent 9c146f28
......@@ -550,7 +550,7 @@ static int debug_compare_guid(const void *a, const void *b)
return memcmp(guid, guid_def->guid, sizeof(*guid));
}
static const char *debugstr_attr(const GUID *guid)
const char *debugstr_attr(const GUID *guid)
{
static const struct guid_def guid_defs[] =
{
......
......@@ -42,6 +42,7 @@ struct attributes
extern HRESULT init_attributes_object(struct attributes *object, UINT32 size) DECLSPEC_HIDDEN;
extern void clear_attributes_object(struct attributes *object) DECLSPEC_HIDDEN;
extern const char *debugstr_attr(const GUID *guid) DECLSPEC_HIDDEN;
extern void init_system_queues(void) DECLSPEC_HIDDEN;
extern void shutdown_system_queues(void) DECLSPEC_HIDDEN;
......
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