mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
9 lines
200 B
Text
9 lines
200 B
Text
#include "servprov.idl"
|
|
|
|
#ifdef __WIDL__
|
|
[
|
|
threading(both),
|
|
uuid(b8da6310-e19b-11d0-933c-00a0c90dcaa9) /* IActiveScriptStats */
|
|
]
|
|
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
|
#endif
|