On Sun, Oct 30, 2011 at 12:40 PM, Ruben Van Boxem <[email protected]> wrote: [...] >> > - the change around 20110827 for 9x/me/2000 compatibility, such as >> > >> > https://sourceforge.net/tracker/?func=detail&aid=3300841&group_id=202880&atid=983354 >> > curious if this is a compiler I can use to build windows 9x apps. >> > >> >> Yes, it should provide compatibility for codepage functions > > Is this anything non-standard? Would my toolchain builds be missing this > because I missed a configure option?
That change avoids the use of an undocumented msvcrt symbol which is not available in older versions of the dll and is not guaranteed to be available in newer versions, either). If you use crt revisions after that change, you are just fine. -- O.S. ------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
