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

This commit is contained in:
Andrew Talbot 2008-05-05 12:49:54 +01:00 committed by Alexandre Julliard
parent 092a2b3efa
commit 0695c568eb
1 changed files with 2 additions and 2 deletions

View File

@ -481,8 +481,8 @@ static const IClassFactoryVtbl hlcfvt =
HLinkCF_fnLockServer
};
static CFImpl HLink_cf = { &hlcfvt, &HLink_Constructor };
static CFImpl HLinkBrowseContext_cf = { &hlcfvt, &HLinkBrowseContext_Constructor };
static CFImpl HLink_cf = { &hlcfvt, HLink_Constructor };
static CFImpl HLinkBrowseContext_cf = { &hlcfvt, HLinkBrowseContext_Constructor };
/***********************************************************************
* DllGetClassObject (HLINK.@)