aboutsummaryrefslogtreecommitdiff
path: root/windows/sleep.h
AgeCommit message (Collapse)Author
2015-10-25windows: Add usleep() implementation for msvc portstijn
Also make sleep.c self-contained by moving initialization code, instead of having part of the code in init.c, and add a header file to accomodate this. msec_sleep() now uses the usleep() implementation as well.