Skip to content

Commit

Permalink
Workaround for VC 19.42.34433
Browse files Browse the repository at this point in the history
Suddenly it began to add `_ucrt_int_to_float` by the recent version.
  • Loading branch information
nobu committed Nov 16, 2024
1 parent 7be4c0a commit bc409f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/mkexports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def each_export(objs)
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
Expand Down

0 comments on commit bc409f3

Please sign in to comment.