summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/loadrbf.c1
-rw-r--r--tools/writerbf.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/loadrbf.c b/tools/loadrbf.c
index 769195e..50cb03d 100644
--- a/tools/loadrbf.c
+++ b/tools/loadrbf.c
@@ -10,6 +10,7 @@
#include <stdio.h>
/* this should go in a library...*/
+#define ARCHOS_RECORDER
#define DEBUGF printf
#include "../firmware/loadfont.c"
diff --git a/tools/writerbf.c b/tools/writerbf.c
index b3ba864..7936d07 100644
--- a/tools/writerbf.c
+++ b/tools/writerbf.c
@@ -6,6 +6,7 @@
* Copyright (c) 2002 by Greg Haerr <greg@censoft.com>
*/
#include <stdio.h>
+#define ARCHOS_RECORDER
#include "../firmware/font.h"
extern MWCFONT FONT;