1
0
Fork 0
forked from len0rd/rockbox

Make the sim buildable with mingw again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26037 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-05-14 22:57:52 +00:00
parent 759cfece4b
commit 530c25130f
7 changed files with 34 additions and 4 deletions

View file

@ -24,6 +24,7 @@ debug.c
/* Standard library */
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
libc/errno.c
libc/strtok.c
/* alsa on linux requires a more advanced sprintf, i.e. not ours */
libc/sprintf.c
#endif /* !SIMULATOR || __MINGW32__ || __CYGWIN__ */
@ -40,7 +41,6 @@ libc/strcmp.c
libc/strcpy.c
libc/strncmp.c
libc/strrchr.c
libc/strtok.c
libc/strstr.c
libc/mktime.c
#endif /* !defined(SIMULATOR)*/