psqlodbc - psqlodbc: At VC6, although there are winsock2.h and

Started by Nonameabout 20 years ago1 messagescomitters
Jump to latest
#1Noname
h-saito@pgfoundry.org

Log Message:
-----------
At VC6, although there are winsock2.h and ws2tcpip.h, there is neither
a definition of the addrinfo structure nor a definition of getaddrinfo()
and a freeaddrinfo() function.
It seems that a header and a library are insufficient somehow.

Modified Files:
--------------
psqlodbc:
socket.c (r1.43 -> r1.44)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.c.diff?r1=1.43&r2=1.44)
socket.h (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.h.diff?r1=1.27&r2=1.28)
psqlodbc.dsp (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.dsp.diff?r1=1.5&r2=1.6)