Skip to content

Instantly share code, notes, and snippets.

At least one small bug.
In threads_msvc.c:
static DWORD impl_xtime2msec(const xtime *xt)
{
return (DWORD)((xt->sec * 1000u) + (xt->nsec / 1000));
}
should be