mscoree: Accept a NULL version in CorBindToRuntimeEx.

This commit is contained in:
Vincent Povirk 2011-05-19 12:59:44 -05:00 committed by Alexandre Julliard
parent baf036d538
commit d434b33695
1 changed files with 1 additions and 1 deletions

View File

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