Commit f0d7a291 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

quartz: Remove unneeded address-of operators from function names.

parent 82e23af8
......@@ -75,9 +75,9 @@ static const struct object_creation_info object_creation[] =
{ &CLSID_DSoundRender, DSoundRender_create },
{ &CLSID_AudioRender, DSoundRender_create },
{ &CLSID_AVIDec, AVIDec_create },
{ &CLSID_SystemClock, &QUARTZ_CreateSystemClock },
{ &CLSID_ACMWrapper, &ACMWrapper_create },
{ &CLSID_WAVEParser, &WAVEParser_create }
{ &CLSID_SystemClock, QUARTZ_CreateSystemClock },
{ &CLSID_ACMWrapper, ACMWrapper_create },
{ &CLSID_WAVEParser, WAVEParser_create }
};
static HRESULT WINAPI
......
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