Author: greg.ercolano Date: 2012-03-05 15:42:07 -0800 (Mon, 05 Mar 2012) New Revision: 9266 Log: Added commented out FLTK_ABI_VERSION macro definition that users and devs can uncomment to enable ABI breaking features/fixes.
Modified: branches/branch-1.3/FL/Enumerations.H Modified: branches/branch-1.3/FL/Enumerations.H =================================================================== --- branches/branch-1.3/FL/Enumerations.H 2012-03-05 09:04:36 UTC (rev 9265) +++ branches/branch-1.3/FL/Enumerations.H 2012-03-05 23:42:07 UTC (rev 9266) @@ -23,6 +23,12 @@ #ifndef Fl_Enumerations_H #define Fl_Enumerations_H +/* Uncomment the following FLTK_ABI_VERSION line to enable ABI breaking fixes + * in the current patch release of FLTK. ** Use for static builds only! ** + * For more info on this macro, see: http://fltk.org/cmp.php#FLTK_ABI_VERSION + */ +//#define FLTK_ABI_VERSION 10302 + # include "Fl_Export.H" # include "fl_types.h" _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
