mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-18 08:30:45 +02:00
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:
parent
443f7a036a
commit
ed3df419fe
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#define STRSAFE_NO_DEPRECATE
|
||||
|
||||
#ifndef DBUS_WINCE
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
#include "dbus-internals.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue