diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-21 22:24:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-21 22:24:40 +0000 |
| commit | 7e8687f8c8dee8def1c1a762773d64674ad68743 (patch) | |
| tree | de29a4d5cbd4c0b35a00041b3f3f19812f33ac4d /test/image.cxx | |
| parent | 7617a46b26559bf9f78b23061e92ba82f4bfc6fa (diff) | |
Android: listed all remianing issues with all test programs
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12961 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/image.cxx')
| -rw-r--r-- | test/image.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image.cxx b/test/image.cxx index 05369d639..f0d12743c 100644 --- a/test/image.cxx +++ b/test/image.cxx @@ -73,7 +73,7 @@ void button_cb(Fl_Widget *,void *) { } #include <FL/platform.H> -#if !defined(_WIN32) && !defined(__APPLE__) +#if !defined(_WIN32) && !defined(__APPLE__) && !defined(__ANDROID__) #include "list_visuals.cxx" #endif |
