mirror of https://github.com/FreeRDP/FreeRDP
libwinpr-synch: fix non-Win32 build
This commit is contained in:
parent
c0c9c9353e
commit
8cc799f599
|
@ -280,8 +280,6 @@ WINPR_API BOOL DeleteTimerQueueTimer(HANDLE TimerQueue, HANDLE Timer, HANDLE Com
|
|||
#define WINPR_INITIALIZE_CRITICAL_SECTION_EX 1
|
||||
#elif (defined(_WIN32) && (_WIN32_WINNT < 0x0403))
|
||||
#define WINPR_INITIALIZE_CRITICAL_SECTION_EX 1
|
||||
#elif !defined(_WIN32)
|
||||
#define WINPR_INITIALIZE_CRITICAL_SECTION_EX 1
|
||||
#endif
|
||||
|
||||
#ifdef WINPR_INITIALIZE_CRITICAL_SECTION_EX
|
||||
|
|
Loading…
Reference in New Issue