mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
mscoree: Remove unneeded address-of operator from function name.
This commit is contained in:
parent
2f307a14f0
commit
d2de810df3
@ -607,7 +607,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv)
|
||||
This = HeapAlloc(GetProcessHeap(), 0, sizeof(mscorecf));
|
||||
|
||||
This->IClassFactory_iface.lpVtbl = &mscorecf_vtbl;
|
||||
This->pfnCreateInstance = &create_monodata;
|
||||
This->pfnCreateInstance = create_monodata;
|
||||
This->ref = 1;
|
||||
This->clsid = *rclsid;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user