Re: [Mingw-w64-public] msvcrt import library interface

2015-04-25 Thread Kai Tietz
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 : > Should libmsvcrt.a provide the most recent i

[Mingw-w64-public] msvcrt import library interface

2015-04-17 Thread LRN
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