Changeset 7977 for trunk/src/wsock32/wsock32.h
- Timestamp:
- Feb 20, 2002, 4:07:14 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32.h
r7368 r7977 1 /* $Id: wsock32.h,v 1.2 0 2001-11-16 16:55:20sandervl Exp $ */1 /* $Id: wsock32.h,v 1.21 2002-02-20 15:07:14 sandervl Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 248 248 #define WSA_SELECT_HEVENT 2 249 249 // async select worker routine 250 int WSAAsyncSelectWorker(SOCKET s, int mode, int notifyHandle, int notifyData, longlEventMask);250 int WSAAsyncSelectWorker(SOCKET s, int mode, DWORD notifyHandle, DWORD notifyData, DWORD lEventMask); 251 251 252 252 typedef struct _WSANETWORKEVENTS
Note:
See TracChangeset
for help on using the changeset viewer.