Commit 686de978 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wbemdisp: Use wbemdisp.idl to register SWbemLocator.

parent 782cee32
......@@ -20,14 +20,6 @@
[
threading(apartment),
uuid(76a64158-cb41-11d1-8b02-00600806d9b6),
progid("WbemScripting.SWbemLocator.1"),
vi_progid("WbemScripting.SWbemLocator")
]
coclass SWbemLocator { interface ISWbemLocator; }
[
threading(apartment),
uuid(172bddf8-ceea-11d1-8b05-00600806d9b6),
progid("WINMGMTS.1"),
vi_progid("WINMGMTS")
......
......@@ -18,6 +18,12 @@
import "dispex.idl";
#ifndef __WIDL__
#define threading(model)
#define progid(str)
#define vi_progid(str)
#endif
[
uuid(565783c6-cb41-11d1-8b02-00600806d9b6),
helpstring("Microsoft WMI Scripting V1.2 Library"),
......@@ -1102,7 +1108,10 @@ interface ISWbemServices : IDispatch
};
[
uuid(76a64158-cb41-11d1-8b02-00600806d9b6)
threading(apartment),
uuid(76a64158-cb41-11d1-8b02-00600806d9b6),
progid("WbemScripting.SWbemLocator.1"),
vi_progid("WbemScripting.SWbemLocator")
]
coclass SWbemLocator
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment