rockbox/apps/plugins/imageviewer
Thomas Martitz 35e8b1429a Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
The simulator defines PLATFORM_HOSTED, as RaaA will do (RaaA will not define SIMULATOR).
The new define is to (de-)select code to compile on hosted platforms generally.

Should be no functional change to targets or the simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27019 a1c6a512-1295-4272-9138-f99709370657
2010-06-21 16:53:00 +00:00
..
bmp Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
jpeg Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
png Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
imageviewer.c Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
imageviewer.h Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
imageviewer.make
SUBDIRS FS#10535: bmp viewer plugin. 2010-02-18 15:10:31 +00:00