Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 739338e

Browse files
committed
Default to integer timestamps being off until 8.4, to correspond
to the settings used for other platforms.
1 parent 8aa318c commit 739338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
our $config = {
66
asserts=>1, # --enable-cassert
7-
integer_datetimes=>1, # --enable-integer-datetimes
7+
integer_datetimes=>0, # --enable-integer-datetimes
88
nls=>undef, # --enable-nls=<path>
99
tcl=>'c:\tcl', # --with-tls=<path>
1010
perl=>'c:\perl', # --with-perl

0 commit comments

Comments
 (0)