msvcrt.def contains just the symbols available on oldest supported OS. This is in our case XP. All other symbols - eg we do here some extensions for secured-api functions in our crt - need to be emulated.
Regards, Kai 2015-04-18 7:37 GMT+02:00 LRN <[email protected]>: > Should libmsvcrt.a provide the most recent interface (matching the newest > available msvcr**.dll) or the least recent interface (matching the oldest > msvcr**.dll still supported by mingw-w64)? > > Because right now it's somewhere in between. > For example, it does not expose _except_handler4_common > > -- > O< ascii ribbon - stop html email! - www.asciiribbon.org > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
