Fix typo
This commit is contained in:
parent
a8c1a2f488
commit
3afdbd2141
|
|
@ -8,7 +8,7 @@
|
||||||
#include <Nazara/Core/MemoryHelper.hpp>
|
#include <Nazara/Core/MemoryHelper.hpp>
|
||||||
#include <Nazara/Network/Win32/IpAddressImpl.hpp>
|
#include <Nazara/Network/Win32/IpAddressImpl.hpp>
|
||||||
|
|
||||||
// Some compilers (olders versions of MinGW) lack Mstcpip.h which defines some structs/defines
|
// Some compilers (older versions of MinGW) lack Mstcpip.h which defines some structs/defines
|
||||||
#if defined(__has_include)
|
#if defined(__has_include)
|
||||||
#define NZ_HAS_MSTCPIP_HEADER __has_include(<Mstcpip.h>)
|
#define NZ_HAS_MSTCPIP_HEADER __has_include(<Mstcpip.h>)
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue