Changeset 6153 for trunk/include/win/winsock.h
- Timestamp:
- Jul 3, 2001, 4:46:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winsock.h
r2651 r6153 1 /* $Id: winsock.h,v 1. 4 2000-02-05 02:42:20 sandervlExp $ */1 /* $Id: winsock.h,v 1.5 2001-07-03 14:46:00 achimha Exp $ */ 2 2 3 3 /* WINSOCK.H--definitions to be used with the WINSOCK.DLL … … 387 387 #define MAXGETHOSTSTRUCT 1024 388 388 389 #ifndef __WINSOCK2API__ 389 390 #define FD_READ 0x01 390 391 #define FD_WRITE 0x02 … … 393 394 #define FD_CONNECT 0x10 394 395 #define FD_CLOSE 0x20 396 #endif 395 397 396 398 #define WSABASEERR 10000
Note:
See TracChangeset
for help on using the changeset viewer.