summaryrefslogtreecommitdiff
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 14b43e930..3c123b062 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -228,6 +228,8 @@
# define DBUS_WINCE
# else
# define DBUS_WIN32
+ /* Define to the minimum supported Windows version (0x0600 is Vista) */
+# define _WIN32_WINNT 0x0600
# endif
#else
# define DBUS_UNIX