| commit | b40e24afb12524ab97ad27d21f9b35f9f4bab678 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Tue Apr 08 00:20:46 2025 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Wed Apr 09 14:32:27 2025 +0300 |
| tree | 521152c1dcb23453a29e19d73f1db9b8e4b6636a | |
| parent | b8a0910a8868363bd518362c7a710fc8300005ef [diff] |
crt: Provide _aligned_msize function for all CRT import libraries Function _aligned_msize() is available only in msvcr80+ and UCRT. It is not available in msvcrt.dll system os library. Now when the mingw-w64 aligned functions use same alignment and gap calculation we can use mingw-w64 __mingw_aligned_msize() function as implementation for CRT's _aligned_msize() function. Signed-off-by: Martin Storsjö <martin@martin.st>