Update to NazaraUtils 2023.12.28

This commit is contained in:
SirLynix
2023-12-28 13:26:04 +01:00
parent 3d21401569
commit 08eaf396ed
7 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ namespace Nz
~IpAddressImpl() = delete;
static IpAddress FromAddrinfo(const addrinfo* info);
#if NAZARA_UTILS_WINDOWS_NT6
#if NAZARAUTILS_WINDOWS_NT6
static IpAddress FromAddrinfo(const addrinfoW* info);
#endif
static IpAddress FromSockAddr(const sockaddr* address);