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

This commit is contained in:
Andrew Talbot 2008-07-06 13:00:35 +01:00 committed by Alexandre Julliard
parent 82e23af814
commit f0d7a2910e
1 changed files with 3 additions and 3 deletions

View File

@ -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