commit | ecb5bdf9013ad101ae8b47a29c546437d3a8fc46 | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@codeweavers.com> | Tue Jan 27 16:14:15 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 28 12:07:48 2009 +0100 |
tree | 4ff14e27cb5e54090b4f4504d221ac6cc21ac1c5 | |
parent | 68d19b9552ad7b24671124e20d78ae801b9931ae [diff] [blame] |
wuapi: Add class factory for CLSID_AutomaticUpdates.
diff --git a/dlls/wuapi/regsvr.c b/dlls/wuapi/regsvr.c index 875902c..10d3974 100644 --- a/dlls/wuapi/regsvr.c +++ b/dlls/wuapi/regsvr.c
@@ -383,6 +383,12 @@ "wuapi.dll", "Both" }, + { &CLSID_AutomaticUpdates, + "CLSID_AutomaticUpdates", + NULL, + "wuapi.dll", + "Both" + }, { NULL } /* list terminator */ };