Module: wine Branch: master Commit: 2afe205ebd759f598a3de5d3bd224036b2aae0d3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2afe205ebd759f598a3de5d3bd...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jan 19 20:27:50 2011 +0100
shell32: Convert dll registration to the IRegistrar mechanism.
---
dlls/shell32/Makefile.in | 3 +- dlls/shell32/regsvr.c | 881 -------------------------------------- dlls/shell32/shell32.rc | 3 + dlls/shell32/shell32.rgs | 51 +++ dlls/shell32/shell32_classes.idl | 137 ++++++ dlls/shell32/shell32_main.c | 21 + dlls/shell32/shellpath.c | 73 ++++ 7 files changed, 287 insertions(+), 882 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2afe205ebd759f598a3de5...