mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2025-04-18 17:44:18 +03:00
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>
Description
No description provided
Languages
C
62.8%
C++
20.7%
Makefile
15.2%
Shell
1%
Yacc
0.1%
Other
0.1%