Mingw32 Typo.

This commit is contained in:
goffioul 2005-10-19 08:03:02 +00:00
parent 305163009c
commit 5d0c5ebafe

View file

@ -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)