Backport: Don't disable Unicode menus on Windows NT and later.
commitb7f501c736b4f45b4dee1d4d54a6f710c52f2530
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Aug 2012 18:34:37 +0000 (13 21:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Aug 2012 18:34:37 +0000 (13 21:34 +0300)
tree931a312238eb9ffb6151b30132bb600dea3980e1
parent4432d2e25bc56cd06c9ed0c987d6570b2d57f230
Backport: Don't disable Unicode menus on Windows NT and later.

 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/makefile.w32-in ($(BLD)/w32menu.$(O)): Depend on w32heap.h.
src/ChangeLog
src/makefile.w32-in
src/w32menu.c