Skip to content

Commit

Permalink
Merge branch 'master' into cmake_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bialkowski committed Nov 20, 2015
2 parents 308730b + 58985cb commit 5dec329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mingw/mingw.h
Expand Up @@ -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

0 comments on commit 5dec329

Please sign in to comment.