Skip to content

Commit bc409f3

Browse files
committed
Workaround for VC 19.42.34433
Suddenly it began to add `_ucrt_int_to_float` by the recent version.
1 parent 7be4c0a commit bc409f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/mkexports.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def each_export(objs)
122122
elsif !l.sub!(/^(\S+) \([^@?\`\']*\)$/, '\1')
123123
next
124124
end
125+
next if /\A__+ucrt_/ =~ l
125126
when /DLL/
126127
next unless l.sub!(/^\s*\d+\s+[[:xdigit:]]+\s+[[:xdigit:]]+\s+/, '')
127128
else

0 commit comments

Comments
 (0)