aboutsummaryrefslogtreecommitdiff
path: root/graphics/consolefont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/consolefont.cpp')
-rw-r--r--graphics/consolefont.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/consolefont.cpp b/graphics/consolefont.cpp
index c9184e4b2e..8572ad9868 100644
--- a/graphics/consolefont.cpp
+++ b/graphics/consolefont.cpp
@@ -4777,6 +4777,10 @@ static const FontDesc desc = {
sizeof(_font_bits)/sizeof(bitmap_t)
};
+#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG))
extern const NewFont g_consolefont(desc);
+#else
+DEFINE_FONT(g_consolefont)
+#endif
} // End of namespace Graphics