oops. Forgot about our small backends.

svn-id: r20326
This commit is contained in:
Eugene Sandulenko 2006-01-31 03:15:06 +00:00
parent 28753b9fdf
commit 2f33ca6c58

View File

@ -43351,6 +43351,10 @@ static const FontDesc desc = {
sizeof(_font_bits)/sizeof(bitmap_t)
};
#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
extern const NewFont g_sysfont_big(desc);
#else
DEFINE_FONT(g_sysfont_big)
#endif
} // End of namespace Graphics