comparison 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
comparison
equal deleted inserted replaced
92471:06c0f69df116 92472:dba28a9d071a
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */ 19 Boston, MA 02110-1301, USA. */
20
21 #ifdef USE_FONT_BACKEND
20 22
21 #include <config.h> 23 #include <config.h>
22 #include <windows.h> 24 #include <windows.h>
23 #include <math.h> 25 #include <math.h>
24 26
1843 DEFSYM (Qmathematical, "mathematical"); 1845 DEFSYM (Qmathematical, "mathematical");
1844 1846
1845 w32font_driver.type = Qgdi; 1847 w32font_driver.type = Qgdi;
1846 register_font_driver (&w32font_driver, NULL); 1848 register_font_driver (&w32font_driver, NULL);
1847 } 1849 }
1850 #endif /* USE_FONT_BACKEND */
1848 1851
1849 /* arch-tag: 65b8a3cd-46aa-4c0d-a1f3-99e75b9c07ee 1852 /* arch-tag: 65b8a3cd-46aa-4c0d-a1f3-99e75b9c07ee
1850 (do not change this comment) */ 1853 (do not change this comment) */