Added commented out FLTK_ABI_VERSION macro definition

that users and devs can uncomment to enable ABI breaking features/fixes.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9266 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2012-03-05 23:42:07 +00:00
parent c36a9992e3
commit 40ece0489e
1 changed files with 6 additions and 0 deletions

View File

@ -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"