Workaround for VC 19.42.34433 again

Prefix underscore is already removed here.
This commit is contained in:
Nobuyoshi Nakada 2024-11-17 10:54:20 +09:00
parent 3c30af77fe
commit 6588cc4e29
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

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