| commit | 9d6e55c72ab30c5daf2c66c31910c11bcb999792 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Thu May 09 00:02:55 2024 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Mon May 20 23:15:37 2024 +0300 |
| tree | 25196d37b0e6bce176572438373a91118d2d517f | |
| parent | 4c03c53e525357d0f20ed87c23c8f43c91a4b9e6 [diff] |
crt: Fix utime symbol alias for msvcr80-120 versions msvcrt versions 8.0 - 12.0 and UCRT do not have _utime symbol. For these CRT versions (which do not have FIXED_SIZE_SYMBOLS) is later in the file symbol _utime defined as an alias to _utime32 or _utime64 symbol. So for these affected CRT versions define utime as an alias to _utime32 or _utime64. Signed-off-by: Martin Storsjö <martin@martin.st>