Update checkfiles system headers
This commit is contained in:
parent
0cec655af6
commit
e14614cf41
|
|
@ -8,9 +8,9 @@
|
||||||
#define NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP
|
#define NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP
|
||||||
|
|
||||||
#include <Nazara/Network/IpAddress.hpp>
|
#include <Nazara/Network/IpAddress.hpp>
|
||||||
|
#include <string>
|
||||||
#include <WS2tcpip.h>
|
#include <WS2tcpip.h>
|
||||||
#include <WinSock2.h>
|
#include <WinSock2.h>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,10 @@
|
||||||
#include <Nazara/Network/IpAddress.hpp>
|
#include <Nazara/Network/IpAddress.hpp>
|
||||||
#include <Nazara/Network/SocketHandle.hpp>
|
#include <Nazara/Network/SocketHandle.hpp>
|
||||||
#include <Nazara/Network/Win32/SocketImpl.hpp>
|
#include <Nazara/Network/Win32/SocketImpl.hpp>
|
||||||
#include <WinSock2.h>
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <WinSock2.h>
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,8 @@ local systemHeaders = {
|
||||||
["spawn.h"] = true,
|
["spawn.h"] = true,
|
||||||
["unistd.h"] = true,
|
["unistd.h"] = true,
|
||||||
["windows.h"] = true,
|
["windows.h"] = true,
|
||||||
["winsock2"] = true,
|
["winsock2.h"] = true,
|
||||||
|
["ws2tcpip.h"] = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
local function IsSystemHeader(header)
|
local function IsSystemHeader(header)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue