Cygwin: Define MSPERSEC and fix USPERSEC comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2018-02-12 21:21:58 +01:00
parent 283e0137c7
commit 58f72783ee
1 changed files with 3 additions and 1 deletions

View File

@ -33,8 +33,10 @@ details. */
#define NSPERSEC (1000000000)
/* # of 100ns intervals per second. */
#define NS100PERSEC (10000000)
/* # of millisecs per second. */
/* # of microsecs per second. */
#define USPERSEC (1000000)
/* # of millisecs per second. */
#define MSPERSEC (1000)
class hires_base
{