mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Mingw32 Typo.
This commit is contained in:
parent
305163009c
commit
5d0c5ebafe
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if defined(mignw32) || defined(_MSC_VER)
|
||||
#if defined(mingw32) || defined(_MSC_VER)
|
||||
/* The function sleep() in MinGW is bogus: it counts millisecons! */
|
||||
#include <windows.h>
|
||||
#define sleep(x) Sleep(x*1000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue