forked from Imagelibrary/binutils-gdb
Update the Windows Resource compiler (windres) to support the OWNERDRAW and BITMAP menuitem flags.
binutils* rclex.c: Add OWNERDRAW keyword. * rcparse.y: Add OWNERDRAW token. (menuitem_flag) Add BITMAP and OWNERDRAW entries. * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and BITMAP flags. * windres.c (extended_menuitems): Likewise. * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
This commit is contained in:
@@ -94,7 +94,7 @@ static const struct rclex_keywords keywds[] =
|
||||
K(LANGUAGE), K(LISTBOX), K(LOADONCALL), K(LTEXT),
|
||||
K(MANIFEST), K(MENU), K(MENUBARBREAK), K(MENUBREAK),
|
||||
K(MENUEX), K(MENUITEM), K(MESSAGETABLE), K(MOVEABLE),
|
||||
K(NOINVERT), K(NOT),
|
||||
K(NOINVERT), K(NOT), K(OWNERDRAW),
|
||||
K(PLUGPLAY), K(POPUP), K(PRELOAD), K(PRODUCTVERSION),
|
||||
K(PURE), K(PUSHBOX), K(PUSHBUTTON),
|
||||
K(RADIOBUTTON), K(RCDATA), K(RTEXT),
|
||||
|
||||
Reference in New Issue
Block a user