commit | 5f4833b66aca3d7c2e626632c97a560846c541f7 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Thu May 09 00:09:53 2024 +0200 |
committer | Martin Storsjö <martin@martin.st> | Mon May 20 23:16:26 2024 +0300 |
tree | 22ac3adf3619020fa5354f0823065e31dcb01540 | |
parent | 85e4f0727db31b9a9079978d059bb20beba81a5b [diff] |
crt: msvcrt.def.in: Fix definitions of _ctype and _mbcasemap symbols Both symbols refers to global variable, not the function. So mark them with DATA for all platforms. gendef detects that _mbcasemap is DATA for all I386 versions of msvcrt.dll (Visual C++ 5.0, 6.0, Win9x, 2000, XP, ... up to 10). But gendef since Windows XP version of msvcrt.dll cannot autodetect that _ctype is DATA symbol. Signed-off-by: Martin Storsjö <martin@martin.st>