]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/resrc.c
Update the Windows Resource compiler (windres) to support the OWNERDRAW and BITMAP...
[thirdparty/binutils-gdb.git] / binutils / resrc.c
index a875c3a4ac5bb47b0959d843d085904c99111179..5a6336ee6c0f8cf366c85b6fdd1f08cccd911ff2 100644 (file)
@@ -2841,6 +2841,10 @@ write_rc_menuitems (FILE *e, const rc_menuitem *menuitems, int menuex,
            fprintf (e, ", MENUBARBREAK");
          if ((mi->type & MENUITEM_MENUBREAK) != 0)
            fprintf (e, ", MENUBREAK");
+         if ((mi->type & MENUITEM_OWNERDRAW) != 0)
+           fprintf (e, ", OWNERDRAW");
+         if ((mi->type & MENUITEM_BITMAP) != 0)
+           fprintf (e, ", BITMAP");
        }
       else
        {