Skip to content

Commit

Permalink
Added commented out FLTK_ABI_VERSION macro definition
Browse files Browse the repository at this point in the history
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
  • Loading branch information
erco77 committed Mar 5, 2012
1 parent c36a999 commit 40ece04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions FL/Enumerations.H
Expand Up @@ -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"

Expand Down

0 comments on commit 40ece04

Please sign in to comment.