summaryrefslogtreecommitdiff
path: root/FL/Fl_Export.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Export.H')
-rw-r--r--FL/Fl_Export.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Export.H b/FL/Fl_Export.H
index 6bd178e17..3316cff6c 100644
--- a/FL/Fl_Export.H
+++ b/FL/Fl_Export.H
@@ -32,7 +32,7 @@
* The following is only used when building DLLs under WIN32...
*/
-# if defined(FL_DLL) && ( defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__) || defined(__GNUC__) )
+# if defined(FL_DLL)
# ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport)
# else