Hans Leidekker : wmiutils: Register WbemDefPath.
Module: wine Branch: master Commit: ee9c24229599893ad564fb99ae59d0aa940d4803 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ee9c24229599893ad564fb99ae... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Jan 2 13:33:49 2013 +0100 wmiutils: Register WbemDefPath. --- dlls/wmiutils/wmiutils_classes.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dlls/wmiutils/wmiutils_classes.idl b/dlls/wmiutils/wmiutils_classes.idl index c137e86..315a987 100644 --- a/dlls/wmiutils/wmiutils_classes.idl +++ b/dlls/wmiutils/wmiutils_classes.idl @@ -20,6 +20,12 @@ [ threading(both), + uuid(cf4cc405-e2c5-4ddd-b3ce-5e7582d8c9fa) +] +coclass WbemDefPath { interface IWbemPath; } + +[ + threading(both), uuid(eb87e1bd-3233-11d2-aec9-00c04fb68820) ] coclass WbemStatusCode { interface IWbemStatusCodeText; }
participants (1)
-
Alexandre Julliard