This commit is contained in:
Marc-André Moreau 2014-01-28 22:58:18 -05:00
commit ae2a51fdc5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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