We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60fcd8 commit 91d3befCopy full SHA for 91d3bef
projects/premake5.lua
@@ -63,8 +63,7 @@ CreateWorkspace({name = "socket.core"})
63
filter("system:windows")
64
local windowsdefines = {
65
"LUASOCKET_API=__declspec(dllexport)",
66
- "MIME_API=__declspec(dllexport)",
67
- "getaddrinfo=__wrap_getaddrinfo"
+ "MIME_API=__declspec(dllexport)"
68
}
69
if whitelist then windowsdefines[#windowsdefines+1] = "getaddrinfo=__wrap_getaddrinfo" end
70
defines(windowsdefines)
0 commit comments