diff src/w32font.c @ 92472:dba28a9d071a

Wrap in USE_FONT_BACKEND conditional
author Jason Rumney <jasonr@gnu.org>
date Tue, 04 Mar 2008 17:31:40 +0000
parents dc438f2fa078
children d4cf72c99c2f
line wrap: on
line diff
--- a/src/w32font.c	Tue Mar 04 13:29:18 2008 +0000
+++ b/src/w32font.c	Tue Mar 04 17:31:40 2008 +0000
@@ -18,6 +18,8 @@
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.  */
 
+#ifdef USE_FONT_BACKEND
+
 #include <config.h>
 #include <windows.h>
 #include <math.h>
@@ -1845,6 +1847,7 @@
   w32font_driver.type = Qgdi;
   register_font_driver (&w32font_driver, NULL);
 }
+#endif /* USE_FONT_BACKEND  */
 
 /* arch-tag: 65b8a3cd-46aa-4c0d-a1f3-99e75b9c07ee
    (do not change this comment) */