forked from len0rd/rockbox
ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
22dfcdb3ec
commit
710ccb7b48
63 changed files with 237 additions and 16 deletions
|
@ -16,6 +16,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifdef HAVE_TAGCACHE
|
||||
#ifndef _TAGTREE_H
|
||||
#define _TAGTREE_H
|
||||
|
||||
|
@ -53,3 +54,4 @@ int tagtree_get_icon(struct tree_context* c);
|
|||
int tagtree_get_filename(struct tree_context* c, char *buf, int buflen);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue