diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-07-19 12:55:54 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-07-19 12:55:54 +0200 |
commit | 0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e (patch) | |
tree | a4875d10d749b1ab10a3c6070f20e14f9fdb0f04 /cmake | |
parent | 312de43f40e221096b5565f6f4999eaadae09ef4 (diff) | |
parent | ada54101a7185782657813c553907f61f2a35faf (diff) | |
download | mariadb-git-0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e.tar.gz |
Merge branch '10.0' into bb-10.1-mergebb-10.1-merge-sanja
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/os/Windows.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/os/Windows.cmake b/cmake/os/Windows.cmake index 5b45c144b67..9e101aeb724 100644 --- a/cmake/os/Windows.cmake +++ b/cmake/os/Windows.cmake @@ -50,7 +50,7 @@ IF(CMAKE_C_COMPILER MATCHES "icl") ENDIF() ADD_DEFINITIONS(-D_WINDOWS -D__WIN__ -D_CRT_SECURE_NO_DEPRECATE) -ADD_DEFINITIONS(-D_WIN32_WINNT=0x0600) +ADD_DEFINITIONS(-D_WIN32_WINNT=0x0A00) # We do not want the windows.h macros min/max ADD_DEFINITIONS(-DNOMINMAX) # Speed up build process excluding unused header files |