Fix Cygwin w32 build broken by last commit in w32font.c.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Jan 2014 15:42:48 +0000 (17:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Jan 2014 15:42:48 +0000 (17:42 +0200)
commit21f9541125cf55fb26dcb8d2e0a7049f08faa9b5
treef82b160b4c597b238077ac180195411659cbef29
parent75f3311ef7f88d1e605b2f3b1b8108e8de9173ca
Fix Cygwin w32 build broken by last commit in w32font.c.

 src/w32font.c (w32_load_unicows_or_gdi32, get_outline_metrics_w)
 (get_text_metrics_w, get_glyph_outline_w, get_char_width_32_w)
 [!WINDOWSNT]: These functions are no longer compiled on Cygwin;
 they are replaced by macros that expand into direct calls to the
 corresponding functions from GDI32.DLL.
 (globals_of_w32font) [WINDOWSNT]: Don't initialize g_b_* static
 variables in the Cygwin build, they are unused.
src/ChangeLog
src/w32font.c