mingw compilation error (sleep) fixed

pull/349/head
bob 2015-11-19 10:53:21 +02:00
rodzic 593fa0c117
commit deb2089e24
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -65,5 +65,6 @@ char *win32_strsep(char **stringp, const char *delim);
ssize_t win32_read_socket(SOCKET fd, void *buf, int n);
ssize_t win32_write_socket(SOCKET fd, void *buf, int n);
static inline void sleep(unsigned ms) { Sleep(ms); }
#endif