> boost::int8_t read_s8()
> {
> return static_cast<boost::int8_t>(read_u8());
> }
>
That is a bug, as all C stdint types should be from boost. If you have a
patch for these changes, I'll commit it.> b) utility.h - function prototype must include linkage __stdcall like > below, otherwise VC++ complains when it encounters incompatible > definition in Winbase.h > I don't know enough about what's needed on mingw - it's important not to break that build - so perhaps Dossy can look at that. -- Yes, YouTube does work in Gnash http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

