I'm getting this with MSVC 2005 / 2008 / 2010b1:
socket.c(245) : error C2065: 'SD_BOTH' : undeclared identifier

also with POCC6rc2:
socket.c(245): error #2048: Undeclared identifier 'SD_BOTH'

In BCC in found it in winsock2.h:
#define SD_BOTH   0x02

I know in Linux it is called SHUT_RDWR, I do not know MSVC...


Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to