widl: 'control' is an attribute not a keyword.
This commit is contained in:
parent
10d825aaa3
commit
77292a8c82
|
@ -194,7 +194,6 @@ static const struct keyword keywords[] = {
|
|||
{"code", tCODE},
|
||||
{"comm_status", tCOMMSTATUS},
|
||||
{"const", tCONST},
|
||||
{"control", tCONTROL},
|
||||
{"cpp_quote", tCPPQUOTE},
|
||||
{"default", tDEFAULT},
|
||||
{"dispinterface", tDISPINTERFACE},
|
||||
|
@ -245,6 +244,7 @@ static const struct keyword attr_keywords[] =
|
|||
{"context_handle", tCONTEXTHANDLE},
|
||||
{"context_handle_noserialize", tCONTEXTHANDLENOSERIALIZE},
|
||||
{"context_handle_serialize", tCONTEXTHANDLENOSERIALIZE},
|
||||
{"control", tCONTROL},
|
||||
{"defaultcollelem", tDEFAULTCOLLELEM},
|
||||
{"defaultvalue", tDEFAULTVALUE},
|
||||
{"defaultvtable", tDEFAULTVTABLE},
|
||||
|
|
Loading…
Reference in New Issue