You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/network
Joe Stringer b4f1056097 Fix: [Cygwin] Fix missing AI_ADDRCONFIG declaration
Fixes the following complaints:

src/network/core/address.cpp: In member function 'const sockaddr_storage* NetworkAddress::GetAddress()':
src/network/core/address.cpp:134:55: error: 'AI_ADDRCONFIG' was not declared in this scope
   this->Resolve(this->address.ss_family, SOCK_STREAM, AI_ADDRCONFIG, nullptr, ResolveLoopProc);

Signed-off-by: Joe Stringer <joe@wand.net.nz>
5 years ago
..
core Fix: [Cygwin] Fix missing AI_ADDRCONFIG declaration 5 years ago
network.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network.h Remove: ENABLE_NETWORK switch 5 years ago
network_admin.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_admin.h Codechange: Use override keyword in networking classes. 5 years ago
network_base.h Remove: ENABLE_NETWORK switch 5 years ago
network_chat_gui.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_client.cpp Codechange: Remove Company/OwnerByte types 5 years ago
network_client.h Codechange: Use override keyword in networking classes. 5 years ago
network_command.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_content.cpp Fix: Some typos found using codespell 5 years ago
network_content.h Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_content_gui.cpp Fix: Some typos found using codespell 5 years ago
network_content_gui.h Codechange: Use override specifier in Window-derived classes. 5 years ago
network_func.h Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_gamelist.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_gamelist.h
network_gui.cpp Fix: Some typos found using codespell 5 years ago
network_gui.h Remove: ENABLE_NETWORK switch 5 years ago
network_internal.h Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_server.cpp Fix: Some typos found using codespell 5 years ago
network_server.h Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
network_type.h Fix: clang and MSVC warnings (glx) 5 years ago
network_udp.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
network_udp.h Remove: ENABLE_NETWORK switch 5 years ago