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