Skip to content

Commit

Permalink
Skip Universal CRT routine generated by VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 16, 2024
1 parent f786d5f commit 0526fb3
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 @@ -114,6 +114,7 @@ def each_export(objs)
next unless /External/ =~ l
next if /(?:_local_stdio_printf_options|v(f|sn?)printf(_s)?_l)\Z/ =~ l
next unless l.sub!(/.*?\s(\(\)\s+)?External\s+\|\s+/, '')
next if /\A__+ucrt_/ =~ l
is_data = !$1
if noprefix or /^[@_]/ =~ l
next if /(?!^)@.*@/ =~ l || /@[[:xdigit:]]{8,32}$/ =~ l ||
Expand Down

0 comments on commit 0526fb3

Please sign in to comment.