From 11e81246749ceb069ac32a7bb8e622d2e0f5a6e7 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Sat, 21 Mar 2009 19:43:20 +0000 Subject: although we do support w2k, define win32_winnt to 0x0501 (winxp) to be able to use IPV6 defines (in k3socket*). svn path=/trunk/KDE/kdelibs/; revision=942460 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 85bb71c2..e182e50a 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -829,7 +829,7 @@ if (WIN32) endif(MSVC_IDE) # we don't support anything below w2k and all winapi calls are unicodes - set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500 -DUNICODE" ) + set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WIN32_WINNT=0x0501 -D_WIN32_IE=0x0501 -DUNICODE" ) endif (WIN32) -- cgit v1.2.1