summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-07-19 12:55:54 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2018-07-19 12:55:54 +0200
commit0896d7ebc3698f898bd66544bbc0ba6e4a4fbe0e (patch)
treea4875d10d749b1ab10a3c6070f20e14f9fdb0f04 /cmake
parent312de43f40e221096b5565f6f4999eaadae09ef4 (diff)
parentada54101a7185782657813c553907f61f2a35faf (diff)
downloadmariadb-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.cmake2
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