Author: AlbrechtS Date: 2010-11-12 02:30:50 -0800 (Fri, 12 Nov 2010) New Revision: 7821 Log: removed obsolete compiler-specific #if... part after dropping gcc 2.x support
Modified: branches/branch-1.3/FL/Fl_Export.H Modified: branches/branch-1.3/FL/Fl_Export.H =================================================================== --- branches/branch-1.3/FL/Fl_Export.H 2010-11-11 19:09:34 UTC (rev 7820) +++ branches/branch-1.3/FL/Fl_Export.H 2010-11-12 10:30:50 UTC (rev 7821) @@ -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 _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
