Changeset 3205 for trunk/src/wsock32/new/wsock32.h
- Timestamp:
- Mar 23, 2000, 8:21:56 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/wsock32/new/wsock32.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/new/wsock32.h
r3198 r3205 1 /* $Id: wsock32.h,v 1. 4 2000-03-22 20:01:09sandervl Exp $ */1 /* $Id: wsock32.h,v 1.5 2000-03-23 19:21:55 sandervl Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 24 24 #include <sys\time.h> 25 25 26 #include <odinwrap.h> 27 26 28 /* 27 29 * Socket state bits. … … 45 47 //socketopt options 46 48 #define SO_DONTLINGER (u_int)(~SO_LINGER) 49 50 #define WSAMAKESELECTREPLY(event,error) MAKELONG(event,error) 47 51 48 52 // WSAAsyncSelect flags … … 216 220 void WIN32API WSASetLastError(int iError); 217 221 int WIN32API WSAGetLastError(void); 222 int WIN32API WSAAsyncSelect(SOCKET s, HWND hWnd, u_int wMsg, long lEvent); 218 223 BOOL WIN32API WSAIsBlocking(void); 219 int WIN32API WSAAsyncSelect(SOCKET s, HWND hWnd, u_int wMsg, long lEvent);220 224 221 225 extern BOOL fWSAInitialized;
Note:
See TracChangeset
for help on using the changeset viewer.
