mirror of https://github.com/FreeRDP/FreeRDP
winpr: fix semaphore_t definition
This commit is contained in:
parent
c27d7954f6
commit
6c3af717c5
|
@ -27,7 +27,7 @@
|
|||
#include <mach/mach.h>
|
||||
#include <mach/semaphore.h>
|
||||
#include <mach/task.h>
|
||||
#define winpr_sem_t semaphore_td
|
||||
#define winpr_sem_t semaphore_t
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <mach/mach.h>
|
||||
#include <mach/semaphore.h>
|
||||
#include <mach/task.h>
|
||||
#define winpr_sem_t semaphore_td
|
||||
#define winpr_sem_t semaphore_t
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
|
|
Loading…
Reference in New Issue