mirror of https://github.com/fltk/fltk
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:
parent
c36a9992e3
commit
40ece0489e
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue