mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-21 01:00:38 -07:00
struct timeval is now defined in windows as well.
This commit is contained in:
parent
7839fb9987
commit
9a2b12e34c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
#undef HAVE_NANOSLEEP
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_GETRUSAGE) && !defined(mingw32)
|
||||
#if !defined(HAVE_GETTIMEOFDAY) && !defined(HAVE_GETRUSAGE) && !defined(mingw32) && !defined(_MSC_VER)
|
||||
struct timeval {
|
||||
long tv_sec;
|
||||
long tv_usec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue