RE: [AD] dll binary compatibility maintenance. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> hi all! just noticed that grzegorz removed (rewrote) the function
> _load_config_text(). in order to preserve binary compatibility i think we
> should add a src/win/compat.c file which contains dummy functions for all
> functions that no longer exists. theese functions should also
> alert the user
> and terminate any program that tries to use such a function.
> definitions could go into src/win/compat.h and be included by
> include/winalleg.h... what do you think?
I'd prefer seeing this at compile time than at run time, especially if the
function which terminates is in a rarely used code path.
--
Lyrian