]> git.eshelyaron.com Git - emacs.git/commit
Don't disable Unicode menus on Windows NT and later due to random errors.
authorEli Zaretskii <eliz@gnu.org>
Thu, 26 Apr 2012 10:07:35 +0000 (13:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 26 Apr 2012 10:07:35 +0000 (13:07 +0300)
commit1c6900d923647582ea9c2ab90f0ccf1fe41603e0
tree2cdb4cbe3c49597b669c722cc317cb6c03e3338b
parentdce04f7f90fa8f613dd855cb300c837696483f1b
Don't disable Unicode menus on Windows NT and later due to random errors.

 src/w32menu.c: Include w32heap.h.
 (add_menu_item): If the call to AppendMenuW (via
 unicode_append_menu) fails, disable Unicode menus only if we are
 running on Windows 9X/Me.
src/ChangeLog
src/w32menu.c