From 1bf3e29204c6eddddb7606abae3416adf26ffc98 Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Tue, 30 Jun 2009 23:17:44 +0200 Subject: wbemprox: add definition of CLSID_WbemLocator --- dlls/uuid/uuid.c | 1 + dlls/wbemprox/regsvr.c | 8 ++++++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c index 18b4d55..785d690 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -76,6 +76,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "isguids.h" #include "objsafe.h" #include "perhist.h" +#include "wbemcli.h" /* FIXME: cguids declares GUIDs but does not define their values */ diff --git a/dlls/wbemprox/regsvr.c b/dlls/wbemprox/regsvr.c index 8048a99..cf6fbb3 100644 --- a/dlls/wbemprox/regsvr.c +++ b/dlls/wbemprox/regsvr.c @@ -30,6 +30,7 @@ #include "ole2.h" #include "shlguid.h" +#include "wbemcli.h" #include "wine/debug.h" @@ -440,6 +441,13 @@ error_close_progid_key: * coclass list */ static struct regsvr_coclass const coclass_list[] = { + { + &CLSID_WbemLocator, + "WBEM Locator", + NULL, + "wbemprox.dll", + "Both" + }, { NULL } /* list terminator */ }; -- 1.6.0.4