mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 19:34:12 +00:00
committed by
Andreas Rumpf
parent
7f81195e5a
commit
dd33f41877
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user