aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2009-03-08 18:06:06 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2009-03-08 18:06:06 +0000
commit206879ba8676585e80e3a13de8d875140855efc6 (patch)
tree85e497ba2bb443abd7debbbc99cef86f8bead7a3
parent758460bad1654d1cfc469820470760f27d85d3a2 (diff)
downloadextra-cmake-modules-206879ba8676585e80e3a13de8d875140855efc6.tar.gz
extra-cmake-modules-206879ba8676585e80e3a13de8d875140855efc6.tar.bz2
we need to define _WIN32_IE too (for mingw)
svn path=/trunk/KDE/kdelibs/; revision=936949
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 18a55304..85bb71c2 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 -DUNICODE" )
+ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500 -DUNICODE" )
endif (WIN32)