mingw-w64/mingw-w64-crt/def-include
Pali Rohár c026e9e3c1 crt: Fix type of daylight, timezone and tzname symbols in msvcrt-common.def.in
These symbols are global read/write variables and therefore must be
declared with DATA keyword, even when they are just aliases to other
symbols. Otherwise GNU dlltool generates for each of those symbols also
function thunk code.

Signed-off-by: LIU Hao <lh_mouse@126.com>
2022-12-17 21:25:33 +08:00
..
func.def.in crt: Extend i386/x64 aliases in msvcrt.def.in to arm/arm64 as well 2017-11-14 22:18:37 +02:00
msvcrt-common.def.in crt: Fix type of daylight, timezone and tzname symbols in msvcrt-common.def.in 2022-12-17 21:25:33 +08:00