From 9afc312b4fef21da91fde083f85533ffd5a9d95f Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 23 Apr 2016 18:46:26 +0000 Subject: Support MSVC14 and 15 [Bug #11118] Search _pioinfo which is not exported after MSVC14. [Bug #12014] [GH-884] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/mkexports.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/mkexports.rb') diff --git a/win32/mkexports.rb b/win32/mkexports.rb index c3514f13ab..d26acbb107 100755 --- a/win32/mkexports.rb +++ b/win32/mkexports.rb @@ -114,6 +114,7 @@ class Exports::Mswin < Exports when /OBJECT/, /LIBRARY/ next if /^[[:xdigit:]]+ 0+ UNDEF / =~ l next unless /External/ =~ l + next if /(?:_local_stdio_printf_options|v(f|sn?)printf_l)\Z/ =~ l next unless l.sub!(/.*?\s(\(\)\s+)?External\s+\|\s+/, '') is_data = !$1 if noprefix or /^[@_]/ =~ l -- cgit v1.2.3