mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Define _WIN32_WINNT to the minimum supported Windows version, 0x0500 i.e
Windows 2000. Visual Studio 2003 and 2005 require _WIN32_WINNT >= 0x0500 (Win2000) for TryEnterCriticalSection.
This commit is contained in:
parent
088bac1a66
commit
98f738b198
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ IF(MSVC)
|
|||
ENDIF(MSVC)
|
||||
|
||||
ADD_DEFINITIONS("-D_WINDOWS -D__WIN__ -D_CRT_SECURE_NO_DEPRECATE")
|
||||
ADD_DEFINITIONS("-D_WIN32_WINNT=0x0500")
|
||||
|
||||
# This definition is necessary to work around a bug with Intellisense described
|
||||
# here: http://tinyurl.com/2cb428. Syntax highlighting is important for proper
|
||||
|
|
Loading…
Reference in a new issue