Module: wine Branch: master Commit: 5cd6db03495d73e3db024472514a753a44a06772 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5cd6db03495d73e3db02447251...
Author: Vincent Povirk vincent@codeweavers.com Date: Fri Feb 20 12:59:53 2015 -0600
mscoree: Remove the runtime version selection logic and just use 4.0.
Mono has removed support for the .NET 2.0 profile, so we'll have to be using 4.0 for everything next time we want to update.
---
dlls/mscoree/corruntimehost.c | 14 +---- dlls/mscoree/metahost.c | 134 +++++++++++------------------------------ dlls/mscoree/mscoree_private.h | 6 +- 3 files changed, 37 insertions(+), 117 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5cd6db03495d73e3db0244...