1
0
Fork 0
forked from len0rd/rockbox

Fix PDbox compilation

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21952 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-07-18 12:38:17 +00:00
parent e5472c91cc
commit 06bb5ea004

View file

@ -29,7 +29,6 @@ void readsf_banana( void); /* debugging */
#define strcat rb->strcat #define strcat rb->strcat
#define strlen rb->strlen #define strlen rb->strlen
#define strcmp rb->strcmp #define strcmp rb->strcmp
#define strncpy rb->strncpy
#define strrchr rb->strrchr #define strrchr rb->strrchr
#define strncat rb_strncat #define strncat rb_strncat