1
0
Fork 0
forked from len0rd/rockbox

First steps towards SDL sim for windows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-01-25 12:15:25 +00:00
parent c9bded807b
commit 60e8f4f988
4 changed files with 5 additions and 3 deletions

View file

@ -139,7 +139,7 @@ mp3data.c
#if CONFIG_CODEC != SWCODEC
mpeg.c
#endif
#ifndef WIN32 /* the win32 sim has its own versin of these: */
#if !defined(WIN32) || defined(SDL)
panic.c
debug.c
#endif