Commit 398bac6b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

win32: avoid the POSIX timer API for now

parent db6209ac
......@@ -39,7 +39,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#if !defined (_POSIX_TIMERS)
#if !defined (_POSIX_TIMERS) || defined (_WIN32)
# define _POSIX_TIMERS (-1)
#endif
#if (_POSIX_TIMERS > 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment