hlink: Remove unneeded address-of operators from function names.
This commit is contained in:
parent
092a2b3efa
commit
0695c568eb
|
@ -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.@)
|
||||
|
|
Loading…
Reference in New Issue