Module: wine Branch: master Commit: 6b889fe9188a97765bcbcc2cae5ca2480a73e7af URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b889fe9188a97765bcbcc2cae...
Author: Vincent Povirk vincent@codeweavers.com Date: Thu Oct 24 14:34:24 2013 -0500
mscoree: Remove support for multiple Mono ABI versions.
Having two instances of Mono loaded at once is problematic, and now that we use the 2.0 runtime to support 1.x there's no need to support old versions.
---
dlls/mscoree/corruntimehost.c | 88 ++++++------- dlls/mscoree/metahost.c | 280 +++++++++++++++++----------------------- dlls/mscoree/mscoree_private.h | 72 ++++------- 3 files changed, 183 insertions(+), 257 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6b889fe9188a97765bcbcc...