Commit edea85de authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

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

parent 81afb288
......@@ -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++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment