This commit is contained in:
Timothee Cour
2018-12-29 17:06:15 -08:00
committed by Andreas Rumpf
parent 7f81195e5a
commit dd33f41877

View File

@@ -163,7 +163,8 @@ when defined(posix):
when not defined(freebsd) and not defined(netbsd) and not defined(openbsd):
var timezone {.importc, header: "<time.h>".}: int
tzset()
when not defined(valgrind_workaround_10121):
tzset()
elif defined(windows):
import winlean