Commit bb6f1eb9 authored by Magnus Hagander's avatar Magnus Hagander

Make integer_datetimes the default on msvc as well, to have the same

default as other platforms.
parent 64e31b4f
......@@ -4,7 +4,7 @@ use warnings;
our $config = {
asserts=>0, # --enable-cassert
integer_datetimes=>0, # --enable-integer-datetimes
integer_datetimes=>1, # --enable-integer-datetimes
nls=>undef, # --enable-nls=<path>
tcl=>'c:\tcl', # --with-tls=<path>
perl=>'c:\perl', # --with-perl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment