24 Jul
2006
24 Jul
'06
12:55 p.m.
Module: wine Branch: refs/heads/master Commit: 986b33d1718217e17bd08ed4a29dee8f95116605 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=986b33d1718217e17bd08ed4... Author: Robert Shearman <rob(a)codeweavers.com> Date: Mon Jul 24 11:45:08 2006 +0100 msxml3: Use general DLL registration framework to register CLSIDs and ProgID's. --- dlls/msxml3/Makefile.in | 3 dlls/msxml3/main.c | 30 --- dlls/msxml3/regsvr.c | 525 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 527 insertions(+), 31 deletions(-) create mode 100644 dlls/msxml3/regsvr.c Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=986b33d1718217e17bd0...