Workaround for VC 19.42.34433

Suddenly it began to add `_ucrt_int_to_float` by the recent version.
This commit is contained in:
Nobuyoshi Nakada 2024-11-16 23:52:18 +09:00
parent 7be4c0a88d
commit bc409f3fe3
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -122,6 +122,7 @@ class Exports::Mswin < Exports
elsif !l.sub!(/^(\S+) \([^@?\`\']*\)$/, '\1')
next
end
next if /\A__+ucrt_/ =~ l
when /DLL/
next unless l.sub!(/^\s*\d+\s+[[:xdigit:]]+\s+[[:xdigit:]]+\s+/, '')
else