mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
win32/pthread: define _POSIX_TIMERS to notify they are not supported
This commit is contained in:
committed by
Dudemanguy
parent
318b5471a1
commit
cdfd5c280a
@@ -20,6 +20,8 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define _POSIX_TIMERS 0
|
||||
|
||||
// Note: all pthread functions are mangled to make static linking easier.
|
||||
#define pthread_once m_pthread_once
|
||||
#define pthread_mutex_destroy m_pthread_mutex_destroy
|
||||
|
||||
Reference in New Issue
Block a user