Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.
commit0761ec1669d6125d555ec39d2b938ce3562874af
authorEli Zaretskii <eliz@gnu.org>
Thu, 29 Jan 2015 17:16:56 +0000 (29 19:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 29 Jan 2015 17:16:56 +0000 (29 19:16 +0200)
tree83f62ccea45c0ade728fc55a9146f2020c129e0e
parent0c7b0967d262bd361de721d0d7a4da192bde1319
Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.

 src/w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where
 appropriate.
 src/w32font.c (struct font_callback_data, w32font_list_internal)
 (w32font_driver, w32font_match_internal): Use bool where appropriate.
 src/w32menu.c (x_activate_menubar, set_frame_menubar)
 (w32_dialog_show, initialize_frame_menubar, w32_menu_show)
 (is_simple_dialog): Use bool where appropriate.
src/w32font.c
src/w32font.h
src/w32menu.c
src/w32uniscribe.c