Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
authorSteve Hay <SteveHay@planit.com>
Wed, 8 Nov 2006 13:53:52 +0000 (13:53 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 8 Nov 2006 13:53:52 +0000 (13:53 +0000)
commit46e77f111828d72136c91f0837803182535da01d
treed76915d16525b8b895fd79d93e834804850696bf
parent438e9bae713cc15cfa264da285aebdfaf57ad92e
Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.

VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
than MSVCRT.dll, so they do not require the read() fix.

Therefore, we also don't need to update the ioinfo struct used by the
read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
p4raw-link: @29218 on //depot/perl: 0448a0bdbfbd5e00696d6b3361b97fb1190434c1

p4raw-id: //depot/perl@29233
win32/Makefile
win32/makefile.mk
win32/win32.h