Don't define HAVE_IO_PRIORITY for the sim

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25460 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-04-03 22:10:32 +00:00
parent 376d8d577f
commit e07909a9c1

View file

@ -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