* include/winsock2.h: Remove "extra token" after #endif.
This commit is contained in:
parent
f0b4b3865d
commit
4208d592f3
@ -1,3 +1,7 @@
|
|||||||
|
Thu Aug 30 09:35:51 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* include/winsock2.h: Remove "extra token" after #endif.
|
||||||
|
|
||||||
2001-08-31 Earnie Boyd <earnie@SF.Net>
|
2001-08-31 Earnie Boyd <earnie@SF.Net>
|
||||||
|
|
||||||
* config.guess: Remove the \r from the end of line.
|
* config.guess: Remove the \r from the end of line.
|
||||||
|
@ -265,7 +265,7 @@ typedef WSADATA *LPWSADATA;
|
|||||||
#define SO_RCVTIMEO 0x1006
|
#define SO_RCVTIMEO 0x1006
|
||||||
#define SO_ERROR 0x1007
|
#define SO_ERROR 0x1007
|
||||||
#define SO_TYPE 0x1008
|
#define SO_TYPE 0x1008
|
||||||
#endif ./* ! (__INSIDE_CYGWIN__ || __INSIDE_MSYS__) */
|
#endif /* ! (__INSIDE_CYGWIN__ || __INSIDE_MSYS__) */
|
||||||
|
|
||||||
#define INVALID_SOCKET (SOCKET)(~0)
|
#define INVALID_SOCKET (SOCKET)(~0)
|
||||||
#define SOCKET_ERROR (-1)
|
#define SOCKET_ERROR (-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user