On 17.01.2012 10:32, MacArthur, Ian (SELEX GALILEO, UK) wrote:

> I guess what I'd really want is a macro like:
>
> I_AM_LINKING_STATIC_SO_GIVE_ME_THE_LATEST_AND_GREATEST_ABI_OPTIONS
>
> (well, maybe the actual name might be shorter than that) to get at the
> latest supported ABI without having to actually know what that "magic
> number" was...

#ifdef FLTK_ABI_LATEST
#undef FLTK_ABI_VERSION
#define FLTK_ABI_VERSION (999999)
#endif

Something like this is in FL/Enumerations.H, maybe ...

Albrecht
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to