From e07909a9c13d19c2d986206caa566eebb4c0a4f7 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Apr 2010 22:10:32 +0000 Subject: Don't define HAVE_IO_PRIORITY for the sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25460 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/export/config.h b/firmware/export/config.h index 858d9bf250..5bff51fbef 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -921,7 +921,7 @@ Lyre prototype 1 */ #define HAVE_PLUGIN_CHECK_OPEN_CLOSE #endif -#ifdef HAVE_DIRCACHE +#if defined(HAVE_DIRCACHE) && !defined(SIMULATOR) #define HAVE_IO_PRIORITY #endif -- cgit v1.2.3