Commit d434b336 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

mscoree: Accept a NULL version in CorBindToRuntimeEx.

parent baf036d5
......@@ -373,7 +373,7 @@ HRESULT WINAPI CorBindToRuntimeEx(LPWSTR szVersion, LPWSTR szBuildFlavor, DWORD
*ppv = NULL;
ret = get_runtime_info(NULL, szVersion, NULL, nflags, 0, TRUE, &info);
ret = get_runtime_info(NULL, szVersion, NULL, nflags, RUNTIME_INFO_UPGRADE_VERSION, TRUE, &info);
if (SUCCEEDED(ret))
{
......
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