commit | c96584f7e8c0791bdc3d2ccad65823ee656104d1 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun Jul 13 12:56:24 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Fri Aug 01 20:15:43 2025 +0300 |
tree | d3636bb10bda1267695a7f4a58f2d1b9b0a860e7 | |
parent | d84405502f72f588e72ecaf1d245beda1b2505aa [diff] |
crt: Add emulation of _get_doserrno() function for pre-msvcr80 import libs Function _get_doserrno() is available in msvcr80+, UCRT and also in msvcrt.dll since Windows Vista. Signed-off-by: Martin Storsjö <martin@martin.st>