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