summaryrefslogtreecommitdiff
path: root/src/Fl_abort.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_abort.cxx')
-rw-r--r--src/Fl_abort.cxx6
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>