diff options
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) | 
