Re: [AD] version check in allegro_init |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tue, 2004-11-02 at 01:38 +1100, Peter Wang wrote:
> >
> >Looks good to me. Guess we need to document install_allegro_subversion.
> >
> >
>
> Do we really need to make the check optional? We could just put the
> check into install_allegro() and if the versions don't match we can show
> a message using allegro_message() and return an error code.
>
I was afraid of even more #define magic - but I agree. Is there a better
way than:
#define install_allegro(...) install_allegro_version(..., VERSION...)
?
--
Elias Pschernig