Magnus Hagander <[email protected]> writes: > + /* socket has a different definition on WIN32 */ > + #ifndef WIN32 > + typedef char pgsocket; > + #else > + typedef SOCKET pgsocket; > + #endif
BTW, I trust the non-windows case should be "int".
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
