From 36c71a60ca82f9777fbdd239f63f62ccf68cf3f5 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 29 Jan 2009 20:49:43 +0000 Subject: Get checkwps working again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19880 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/font.h') diff --git a/firmware/export/font.h b/firmware/export/font.h index 75b012d722..d17fa18b8b 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -62,11 +62,13 @@ * must be available at system startup. * Fonts are specified in firmware/font.c. */ +#ifndef __PCTOOL__ enum { FONT_SYSFIXED, /* system fixed pitch font*/ FONT_UI, /* system porportional font*/ MAXFONTS }; +#endif /* * .fnt loadable font file format definition -- cgit v1.2.3