10 Nov
2010
10 Nov
'10
5:09 p.m.
Module: wine Branch: master Commit: e5d3294b83875dd0e42509e5a9c33a08ee190c3c URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5d3294b83875dd0e42509e5a9... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Sun Oct 3 13:24:01 2010 -0500 mscoree: Use the new architecture to implement _CorExeMain. --- dlls/mscoree/corruntimehost.c | 207 ++++++++++++++++++++++++++ dlls/mscoree/metahost.c | 9 + dlls/mscoree/mscoree_main.c | 317 ---------------------------------------- dlls/mscoree/mscoree_private.h | 12 +-- 4 files changed, 218 insertions(+), 327 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e5d3294b83875dd0e42509...