Merge pull request #349 from ibobalo/master

mingw compilation error (sleep) fixed
pull/350/head^2
texane 2015-11-19 11:00:20 +01:00
commit 58985cb40f
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