(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you compile for XP SP2+). Also fix a MSVC warning.

This commit is contained in:
glx
2009-04-02 23:22:59 +00:00
parent beef5da970
commit 521bf687ee
2 changed files with 20 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ struct ContentInfo {
/** Base socket handler for all Content TCP sockets */
class NetworkContentSocketHandler : public NetworkTCPSocketHandler {
protected:
struct NetworkAddress client_addr; ///< The address we're connected to.
NetworkAddress client_addr; ///< The address we're connected to.
virtual void Close();
/**