1
0
Fork 0
forked from len0rd/rockbox

Move strip_volume() to filefuncs.c and set properties.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-11-26 22:34:08 +00:00
parent 7ccff054ff
commit d7d3bc248f
6 changed files with 87 additions and 1 deletions

View file

@ -39,9 +39,9 @@ common/disk.c
#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
common/errno.c
#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
common/filefuncs.c
common/memcmp.c
common/memchr.c
common/misc.c
common/qsort.c
common/random.c
common/sprintf.c