Skip to content
Snippets Groups Projects
Commit 9f191323 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

ip_utils: set _WIN32_WINNT to support windows7 when building win32

Change-Id: I0a79b5c4825a346309361e53afe7b328b1c0df8d
parent 9011eeb5
Branches
Tags
No related merge requests found
......@@ -33,7 +33,11 @@ extern "C" {
#include <ciso646> // fix windows compiler bug
#ifdef _WIN32
#define _WIN32_WINNT 0x0A00
#ifdef RING_UWP
#define _WIN32_WINNT 0x0A00
#else
#define _WIN32_WINNT 0x0601
#endif
#include <ws2tcpip.h>
//define in mingw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment