kopia lustrzana https://github.com/stlink-org/stlink
mingw compilation error (sleep) fixed
rodzic
593fa0c117
commit
deb2089e24
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue