summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-03-08 19:14:38 +0000
committerSimon McVittie <smcv@collabora.com>2018-03-09 12:26:08 +0000
commit83549e28ec5bb07e7c6d913cad4356d6bef5b0ae (patch)
tree7cf30a4fa866de323d4673ad14ff4124a3d0eb3f /dbus/dbus-sysdeps-win.c
parentdc15de1f7b3525babd723151927fc739d7f8a249 (diff)
downloaddbus-83549e28ec5bb07e7c6d913cad4356d6bef5b0ae.tar.gz
Windows: Target Windows Vista or higher
This will give us the RFC-2553 inet_ntop() interface. Windows Vista extended security support ended in 2017, but we don't actually need anything from versions newer than Vista yet. Loosely based on part of a patch by Ralf Habacker. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61922
Diffstat (limited to 'dbus/dbus-sysdeps-win.c')
-rw-r--r--dbus/dbus-sysdeps-win.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c
index 37faacb3..9a270566 100644
--- a/dbus/dbus-sysdeps-win.c
+++ b/dbus/dbus-sysdeps-win.c
@@ -30,12 +30,6 @@
#define STRSAFE_NO_DEPRECATE
-#ifndef DBUS_WINCE
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
-#endif
-#endif
-
#include "dbus-internals.h"
#include "dbus-sha.h"
#include "dbus-sysdeps.h"