Commit 77292a8c authored by Alexandre Julliard's avatar Alexandre Julliard

widl: 'control' is an attribute not a keyword.

parent 10d825aa
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment