rockbox/firmware/common
Thomas Martitz 35e8b1429a Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
The simulator defines PLATFORM_HOSTED, as RaaA will do (RaaA will not define SIMULATOR).
The new define is to (de-)select code to compile on hosted platforms generally.

Should be no functional change to targets or the simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27019 a1c6a512-1295-4272-9138-f99709370657
2010-06-21 16:53:00 +00:00
..
config.c
crc32-mi4.c
crc32.c
diacritic.c
dir_uncached.c
dircache.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
disk.c Make disk_init() non-static again. I forgot to look at the bootloaders 2010-06-06 13:28:13 +00:00
ffs.c
file.c disk/file: Do not use & on arrays 2010-05-20 12:59:12 +00:00
filefuncs.c
format.c
memset16.c
strcasecmp.c
strcasestr.c
strlcat.c
strlcpy.c
strnatcmp.c
structec.c
timefuncs.c
unicode.c
version.c Don't autogenerate version.c. Just version.h is enough 2010-06-21 00:18:29 +00:00