Date Dev Ver Change details
---------- --- ------ --------------
+2009-07-30 DP 1.10.1 Fix debugger name resolution on 64 bit Solaris.
2009-07-30 DP 1.10.1 Fix Slony cluster creation on Solaris.
2009-07-30 DP 1.10.1 Fix foreign key creation on Solaris.
2009-07-29 DP 1.10.1 Fix an SQL syntax error when viewing the dependencies of
#ifdef __WXMSW__
#include <winsock.h>
+typedef u_long in_addr_t;
#else
#include <arpa/inet.h>
#include <netdb.h>
// Figure out the hostname/IP address
struct hostent *host;
- unsigned long addr;
+ in_addr_t addr;
wxString hostip, hostname;
#ifdef __WXMSW__