dbus/dbus-sysdeps-win.c: fix linking with mingw32

* freeaddrinfo/getaddrinfo need _WIN32_WINNT to be 0x050_1_
(cherry picked from commit fa1f38452fafb841b7e2b36c7ca8918f9bde408f)
This commit is contained in:
Marc Mutz 2009-04-20 15:07:06 +02:00 committed by unknown
parent 443f7a036a
commit ed3df419fe

View file

@ -31,7 +31,7 @@
#define STRSAFE_NO_DEPRECATE
#ifndef DBUS_WINCE
#define _WIN32_WINNT 0x0500
#define _WIN32_WINNT 0x0501
#endif
#include "dbus-internals.h"