include: Disable widl-specific coclass attributes when not building with widl.

This commit is contained in:
Alexandre Julliard 2010-12-10 14:26:29 +01:00
parent 75e3544758
commit b13722cd2f
3 changed files with 18 additions and 0 deletions

View File

@ -23,6 +23,12 @@ import "oaidl.idl";
import "ocidl.idl";
import "shobjidl.idl";
#ifndef __WIDL__
#define threading(model)
#define progid(str)
#define vi_progid(str)
#endif
[
uuid(4F48A59C-942D-4F3C-83C9-4EFFE84E4959),
version(1.0),

View File

@ -25,6 +25,12 @@ import "unknwn.idl";
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),

View File

@ -18,6 +18,12 @@
import "oaidl.idl";
#ifndef __WIDL__
#define threading(model)
#define progid(str)
#define vi_progid(str)
#endif
[
helpstring("WUAPI 2.0 Type Library"),
uuid(b596cc9f-56e5-419e-a622-e01bb457431e),