X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_sh.PL;h=2cdd155eb4d4c4d75f4048223ee7134b5f6ba09e;hb=92e71c9183a0db74aa4ef4999dac86e2ffadfac4;hp=a30dfcf8922e0cfaee2f1a806381599c55d87d65;hpb=8c9af2bf5bfe333bb8aac04b0c35c2e1c9b91900;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_sh.PL b/win32/config_sh.PL index a30dfcf..2cdd155 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -136,12 +136,7 @@ if ($opt{uselargefiles} eq 'define' and $opt{cc} ne 'bcc32') { # at least the range of that). if ($opt{cc} eq 'cl' and $opt{ccversion} =~ /^(\d+)/) { my $ccversion = $1; - if ($ccversion == 14) { - $opt{sGMTIME_max} = 32535244799; - $opt{sLOCALTIME_max} = 32535244799; - } - elsif ($ccversion >= 15) { - $opt{sGMTIME_min} = -43200; + if ($ccversion >= 14) { $opt{sGMTIME_max} = 32535291599; $opt{sLOCALTIME_max} = 32535244799; }