mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
only need TIMER_ABSTIME on apple
This commit is contained in:
parent
bc9a4344ae
commit
5015e39f16
@ -9,7 +9,7 @@ extern "C" {
|
||||
|
||||
#define NANOSECS_IN_SEC 1000000000ul
|
||||
|
||||
#ifndef TIMER_ABSTIME
|
||||
#ifdef __APPLE__
|
||||
#define TIMER_ABSTIME 1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user