include: Disable widl-specific coclass attributes when not building with widl.
diff --git a/include/msxml6.idl b/include/msxml6.idl index 3d5946a..45cef98 100644 --- a/include/msxml6.idl +++ b/include/msxml6.idl
@@ -25,6 +25,12 @@ import "objidl.idl"; import "oaidl.idl"; +#ifndef __WIDL__ +#define threading(model) +#define progid(str) +#define vi_progid(str) +#endif + [ uuid(f5078f18-c551-11d3-89b9-0000f81fe221), version(6.0),