mirror of https://github.com/FreeRDP/FreeRDP
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP
This commit is contained in:
commit
ae2a51fdc5
|
@ -297,7 +297,7 @@ WINPR_API BOOL DeleteTimerQueueTimer(HANDLE TimerQueue, HANDLE Timer, HANDLE Com
|
|||
|
||||
#endif
|
||||
|
||||
#if ((_WIN32) && (_WIN32_WINNT < 0x0600))
|
||||
#if ((_WIN32) && (_WIN32_WINNT < 0x0403))
|
||||
|
||||
WINPR_API BOOL InitializeCriticalSectionEx(LPCRITICAL_SECTION lpCriticalSection, DWORD dwSpinCount, DWORD Flags);
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@ VOID DeleteCriticalSection(LPCRITICAL_SECTION lpCriticalSection)
|
|||
|
||||
#endif
|
||||
|
||||
#if ((_WIN32) && (_WIN32_WINNT < 0x0600))
|
||||
#if ((_WIN32) && (_WIN32_WINNT < 0x0403))
|
||||
|
||||
typedef BOOL (WINAPI * PINITIALIZE_CRITICAL_SECTION_EX_FN)(LPCRITICAL_SECTION lpCriticalSection, DWORD dwSpinCount, DWORD Flags);
|
||||
|
||||
|
|
Loading…
Reference in New Issue