| commit | cf45c097bf2fe313d9d90af6793eb159c55cdd4e | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Sun Jun 15 15:30:16 2025 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Wed Jun 25 14:45:02 2025 +0300 |
| tree | 580274f94a4a44c6e5d12f9abf81a131ec8c2901 | |
| parent | dd9d241eabe57376f21995d6b0040ddd21f7c610 [diff] |
headers: Deinline UCRT fseeko(), fseeko64(), ftello() and ftello64() functions All those UCRT inline functions are defined just as redirects to another functions. All those functions have already defined symbols in UCRT import library (as aliases). So remove inline functions and unify them between msvcrt and UCRT builds. Add missing __cdecl and _CRTIMP keywords. Signed-off-by: Martin Storsjö <martin@martin.st>