This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't pretend to support really old VC++ compilers
authorJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 01:15:54 +0000 (18:15 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 01:15:54 +0000 (18:15 -0700)
commitb6c85593a554a961f8d6994f7e4c5551a0a5eb2c
treeb80534ff87a9f43f716315187f77beb61a789061
parent6d8f7c99d6105c3e91ba7907750682703fe0414b
Don't pretend to support really old VC++ compilers

The oldest supported Visual C++ compiler is VC6 (released in 1998),
and we already jump through some hoops for it by inlining newer
API definitions in win32/win32.c.  It is desirable to keep supporting
VC6 because it is the last MSVC release that links against MSVCRT.dll
and not against a compiler specific runtime library.
win32/Makefile
win32/makefile.mk