win32/pthread: define _POSIX_TIMERS to notify they are not supported

This commit is contained in:
Kacper Michajłow
2023-09-17 00:37:15 +02:00
committed by Dudemanguy
parent 318b5471a1
commit cdfd5c280a
10 changed files with 11 additions and 8 deletions

View File

@@ -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