commit | 49172b600d2596b8f7e05b220974aabdc41c1784 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Tue Jun 18 21:56:32 2024 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed Jun 26 15:27:24 2024 +0300 |
tree | afe557e4c9b00a0d3a67d107d883c0d69682d319 | |
parent | 8436ad5f7946fae688e643a8844169fa5fb0214f [diff] |
crt: Fix some function symbols in msvcr90.def.in and msvcr100.def.in files Following symbols represents functions. So remove DATA keyword from them. __report_gsfailure _byteswap_uint64 _byteswap_ulong _byteswap_ushort _get_errno _rotl64 _rotr64 _set_errno btowc mbrlen mbrtowc mbsrtowcs strnlen wcrtomb wcsnlen wcsrtombs wctob Signed-off-by: Martin Storsjö <martin@martin.st>