diff options
Diffstat (limited to 'test/blocks.cxx')
| -rw-r--r-- | test/blocks.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx index 43c3ffe19..c9bab7456 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -34,6 +34,12 @@ // Audio headers... #include <config.h> +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: FLTK does not provide cross platform access to system sound" +#else +#endif + #ifndef WIN32 # include <unistd.h> # include <sys/time.h> |
