Francois Gouget : inseng: Switch to the standard regsvr.c registration code .
Module: wine Branch: refs/heads/master Commit: feab43c7ba2296063de08498ec0d31f86116464d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=feab43c7ba2296063de08498... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Aug 7 21:38:56 2006 +0200 inseng: Switch to the standard regsvr.c registration code. Now the CLSID_DLManager and CLSID_ActiveSetupEng keys get proper display names. This also gives us DllUnregisterServer() for free. --- dlls/inseng/Makefile.in | 3 dlls/inseng/inseng.spec | 2 dlls/inseng/inseng_main.c | 44 ---- dlls/inseng/regsvr.c | 563 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 566 insertions(+), 46 deletions(-) create mode 100644 dlls/inseng/regsvr.c Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=feab43c7ba2296063de0...
participants (1)
-
Alexandre Julliard