Update times.nim

This commit is contained in:
Daniil Yarancev
2017-06-18 01:28:48 +03:00
committed by GitHub
parent d947753523
commit 3b0dba7a75

View File

@@ -81,7 +81,7 @@ when defined(posix) and not defined(JS):
elif defined(windows):
import winlean
when defined(vcc) or defined(bcc):
when defined(vcc) or defined(bcc) or defined(icl):
# newest version of Visual C++ defines time_t to be of 64 bits
type TimeImpl {.importc: "time_t", header: "<time.h>".} = int64
# visual c's c runtime exposes these under a different name