diff options
Diffstat (limited to 'src/Fl_abort.cxx')
| -rw-r--r-- | src/Fl_abort.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_abort.cxx b/src/Fl_abort.cxx index c1b121408..fc2e40541 100644 --- a/src/Fl_abort.cxx +++ b/src/Fl_abort.cxx @@ -26,6 +26,12 @@ #include <stdarg.h> #include "flstring.h" +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: use native message box below if one is available" +#else +#endif + #ifdef WIN32 # include <windows.h> |
