aboutsummaryrefslogtreecommitdiff
path: root/graphics/newfont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/newfont.cpp')
-rw-r--r--graphics/newfont.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/newfont.cpp b/graphics/newfont.cpp
index 7febc2634b..c9d32fb044 100644
--- a/graphics/newfont.cpp
+++ b/graphics/newfont.cpp
@@ -2533,10 +2533,10 @@ static const FontDesc desc = {
sizeof(_font_bits)/sizeof(bitmap_t)
};
-#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG))
+#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
extern const NewFont g_sysfont(desc);
#else
-DEFINE_FONT(g_sysfont);
+DEFINE_FONT(g_sysfont)
#endif
} // End of namespace Graphics