From: Jason Rumney Date: Tue, 4 Mar 2008 17:31:40 +0000 (+0000) Subject: Wrap in USE_FONT_BACKEND conditional X-Git-Tag: emacs-pretest-23.0.90~7470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c69002781e3396c6faa64580706a6f1dfab85185;p=emacs.git Wrap in USE_FONT_BACKEND conditional --- diff --git a/src/w32font.c b/src/w32font.c index 92399f6e4f9..63190c1b578 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -18,6 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifdef USE_FONT_BACKEND + #include #include #include @@ -1845,6 +1847,7 @@ syms_of_w32font () 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) */