Changeset 1807 for trunk/src/wsock32/wsock32const.h
- Timestamp:
- Nov 22, 1999, 9:18:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32const.h
r1691 r1807 1 /* $Id: wsock32const.h,v 1. 4 1999-11-10 16:36:16phaller Exp $ */1 /* $Id: wsock32const.h,v 1.5 1999-11-22 08:18:03 phaller Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 221 221 222 222 223 typedef struct tagWsockThreadData 224 { 225 int dwLastError; // Get/SetLastError 226 struct Whostent whsnt; // database conversion buffers 227 struct Wservent wsvnt; 228 struct Wprotoent wptnt; 229 } WSOCKTHREADDATA, *PWSOCKTHREADDATA; 230 231 // internap prototype 232 PWSOCKTHREADDATA iQueryWsockThreadData(void); 233 234 223 235 #endif /* _WINSOCK32CONST_ */ 224 236
Note:
See TracChangeset
for help on using the changeset viewer.