# HG changeset patch # User Jason Rumney # Date 1207226264 0 # Node ID 0dac12128e1c4cf66f738ffc6a8072950e8af3d8 # Parent 1ca5c3cf058100bd0bac15c03e8a4ade91f68a94 (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c. diff -r 1ca5c3cf0581 -r 0dac12128e1c src/font.h --- a/src/font.h Thu Apr 03 12:31:27 2008 +0000 +++ b/src/font.h Thu Apr 03 12:37:44 2008 +0000 @@ -589,6 +589,7 @@ #endif /* HAVE_X_WINDOWS */ #ifdef WINDOWSNT extern struct font_driver w32font_driver; +extern struct font_driver uniscribe_font_driver; #endif /* WINDOWSNT */ #ifdef MAC_OS extern struct font_driver atmfont_driver;