| [AD] Small "bug" in 4.3 |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
the display.h file contains:
#ifdef __cplusplus
extern "C" {
#endif
...
#ifdef __cplusplus
}
#endif
it should be
AL_BEGIN_EXTERN_C
...
AL_END_EXTERN_C
I'd fix, but I'm low on resources (pc and otherwise ;)) and am trying to use
them for working on the fshook stuff.
--
Thomas Fjellstrom
tfjellstrom@xxxxxxxxxx
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |