quartz: Remove unneeded address-of operators from function names.
This commit is contained in:
parent
82e23af814
commit
f0d7a2910e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue