From 9698c3bb5c99176f9e854d1e701423ba44b9f2b4 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 21 Feb 2009 17:56:31 +0000 Subject: replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. Fix various configs to use it correctly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20078 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 998ee9ea8f..1ac63da773 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -73,7 +73,7 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain); int open_utf8(const char* pathname, int flags); #ifdef BOOTFILE -#if !defined(USB_NONE) && !defined(USB_IPODSTYLE) +#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) void check_bootfile(bool do_rolo); #endif #endif -- cgit v1.2.3