mscoree: Remove unneeded address-of operator from function name.
This commit is contained in:
parent
81afb28818
commit
edea85dea6
|
@ -318,7 +318,7 @@ void unload_all_runtimes(void)
|
|||
/* If the only references to mscoree are through dll's that were loaded by
|
||||
* Mono, shutting down the Mono runtime will free mscoree, so take a
|
||||
* reference to prevent that from happening. */
|
||||
GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (const WCHAR *)&unload_all_runtimes, &handle);
|
||||
GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (const WCHAR *)unload_all_runtimes, &handle);
|
||||
|
||||
for (i=0; i<NUM_ABI_VERSIONS; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue