# New Ticket Created by Ron Blaschke # Please include the string: [perl #37902] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37902 >
Attached patch adds a Configure test for Visual C++ compilers. For versions greater or equal to 14.00 (aka Visual C++ 2005) C<_CRT_SECURE_NO_DEPRECATE> is defined, to avoid unsafe functions deprecation warnings. This function or variable may be unsafe. Consider using xxx_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details. Changes files: lib/Parrot/Configure/RunSteps.pm Added files: config/auto/msvc.pm config/auto/msvc/test_c.in
msvc_configure.patch
Description: Binary data