include <windows.h>
This commit is contained in:
parent
79f2a52a39
commit
e34586db19
@ -38,6 +38,7 @@ ssize_t pwrite(int d, const void *buf, size_t nbytes, off_t offset);
|
|||||||
#define access _access
|
#define access _access
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
#include <windows.h>
|
||||||
static inline unsigned int sleep(unsigned int seconds)
|
static inline unsigned int sleep(unsigned int seconds)
|
||||||
{
|
{
|
||||||
Sleep(seconds * 1000);
|
Sleep(seconds * 1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user