diff options
| -rw-r--r-- | tools/loadrbf.c | 1 | ||||
| -rw-r--r-- | tools/writerbf.c | 1 |
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; |