libwinpr-synch: fix non-Win32 build

This commit is contained in:
Marc-André Moreau 2015-11-26 09:43:23 -05:00
parent c0c9c9353e
commit 8cc799f599
1 changed files with 0 additions and 2 deletions

View File

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