1
0
Fork 0
forked from len0rd/rockbox

define archos so that config works better

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2275 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-12 14:01:09 +00:00
parent 1b5afda12f
commit e5cb74003d
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <stdio.h>
/* this should go in a library...*/
#define ARCHOS_RECORDER
#define DEBUGF printf
#include "../firmware/loadfont.c"

View file

@ -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;