rendered paste bodydiff --git a/dlls/mscoree/metahost.c b/dlls/mscoree/metahost.cindex 49fb0ee..aaf4548 100644--- a/dlls/mscoree/metahost.c+++ b/dlls/mscoree/metahost.c@@ -1027,8 +1027,7 @@ HRESULT WINAPI CLRMetaHost_GetRuntime(ICLRMetaHost* iface, for (i=0; i<NUM_RUNTIMES; i++) {- if (runtimes[i].major == major && runtimes[i].minor == minor &&- runtimes[i].build == build)+ if (runtimes[i].major == major && runtimes[i].minor == minor) { if (runtimes[i].mono_abi_version) return ICLRRuntimeInfo_QueryInterface(&runtimes[i].ICLRRuntimeInfo_iface, iid,