Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bb6f1eb

Browse files
committed
Make integer_datetimes the default on msvc as well, to have the same
default as other platforms.
1 parent 64e31b4 commit bb6f1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/config.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
our $config = {
66
asserts=>0, # --enable-cassert
7-
integer_datetimes=>0, # --enable-integer-datetimes
7+
integer_datetimes=>1, # --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)