1
0
Fork 0
forked from len0rd/rockbox

fix database tool

Change-Id: I48702c3213aae7e2c64ea0e1f197e61368393759
This commit is contained in:
Thomas Martitz 2012-07-18 16:22:48 +02:00
parent f0430e291a
commit b7937a729f

View file

@ -46,7 +46,7 @@ enum {
/* Enable storage callbacks everywhere except for bootloaders. Both
* hosted and native targets need this.
*/
#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION)
#define USING_STORAGE_CALLBACK !defined(BOOTLOADER) && !defined(APPLICATION) && !defined(__PCTOOL__)
extern void register_storage_idle_func(void (*function)(void *data));
#if USING_STORAGE_CALLBACK