Skip to content

Commit 6588cc4

Browse files
committed
Workaround for VC 19.42.34433 again
Prefix underscore is already removed here.
1 parent 3c30af7 commit 6588cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/mkexports.rb

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

0 commit comments

Comments
 (0)