| commit | ecf5fdb410a2a76ba837b1a1d45b1af2900599eb | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Tue Apr 08 00:20:42 2025 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Wed Apr 09 14:27:28 2025 +0300 |
| tree | f453784dcb4a53d1e15add18ff7967f765c35781 | |
| parent | 1e8b1ccdd415de4c67be53e803521279a4d8abc1 [diff] |
headers: Add missing declaration for __mingw_aligned_offset_malloc() There is already declaration for msvcrt _aligned_offset_malloc() function, so add export also declaration for mingw __mingw_aligned_offset_malloc() function. At the same time, remove also uneeded declaration of this function from mingw-w64-crt/misc/mingw-aligned-malloc.c file and use the new one from malloc.h. Signed-off-by: Martin Storsjö <martin@martin.st>