Update checkfiles system headers

This commit is contained in:
SirLynix
2024-01-24 16:51:58 +01:00
parent 0cec655af6
commit e14614cf41
3 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ local systemHeaders = {
["spawn.h"] = true,
["unistd.h"] = true,
["windows.h"] = true,
["winsock2"] = true,
["winsock2.h"] = true,
["ws2tcpip.h"] = true,
}
local function IsSystemHeader(header)