27 Mar
2007
27 Mar
'07
11:58 a.m.
Module: wine Branch: master Commit: 2514c0141e574197ab2df3b87c3c732d84401b1e URL: http://source.winehq.org/git/wine.git/?a=commit;h=2514c0141e574197ab2df3b87c... Author: Rob Shearman <rob(a)codeweavers.com> Date: Mon Mar 26 18:25:21 2007 +0100 ole32: Move GetClassFile to moniker.c and move OleRun to ole2.c. --- dlls/ole32/compobj.c | 102 ------------------------ dlls/ole32/moniker.c | 216 +++++++++++++++++++++++++++++++++---------------- dlls/ole32/ole2.c | 28 +++++++ 3 files changed, 173 insertions(+), 173 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2514c0141e574197ab2df3...