mscoree: Remove unneeded address-of operator from function name.

oldstable
Andrew Talbot 2013-03-02 15:37:44 +00:00 committed by Alexandre Julliard
parent 81afb28818
commit edea85dea6
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{