OpenTTD/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>
2019-10-07 21:36:00 +02:00
..
core Fix: [Cygwin] Fix missing AI_ADDRCONFIG declaration 2019-10-07 21:36:00 +02:00
network.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_admin.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_admin.h Codechange: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
network_base.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_chat_gui.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_client.cpp Codechange: Remove Company/OwnerByte types 2019-04-29 17:40:22 +01:00
network_client.h Codechange: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
network_command.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_content.cpp Fix: Some typos found using codespell 2019-09-29 21:27:32 +01:00
network_content.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_content_gui.cpp Fix: Some typos found using codespell 2019-09-29 21:27:32 +01:00
network_content_gui.h Codechange: Use override specifier in Window-derived classes. 2019-03-24 16:10:04 +01:00
network_func.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_gamelist.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_gamelist.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
network_gui.cpp Fix: Some typos found using codespell 2019-09-29 21:27:32 +01:00
network_gui.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_internal.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_server.cpp Fix: Some typos found using codespell 2019-09-29 21:27:32 +01:00
network_server.h Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
network_type.h Fix: clang and MSVC warnings (glx) 2019-09-30 14:00:06 +01:00
network_udp.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
network_udp.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00