wbemdisp: Use wbemdisp.idl to register SWbemLocator.

oldstable
Jacek Caban 2013-08-28 12:14:20 +02:00 committed by Alexandre Julliard
parent 782cee32ca
commit 686de978c0
2 changed files with 10 additions and 9 deletions

View File

@ -18,14 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
[
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),

View File

@ -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
{