Ignore:
Timestamp:
Nov 22, 1999, 9:18:04 AM (26 years ago)
Author:
phaller
Message:

Fix: socket experiment with PMWSOCK

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:16 phaller Exp $ */
     1/* $Id: wsock32const.h,v 1.5 1999-11-22 08:18:03 phaller Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    221221
    222222
     223typedef 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
     232PWSOCKTHREADDATA iQueryWsockThreadData(void);
     233
     234
    223235#endif  /* _WINSOCK32CONST_ */
    224236
Note: See TracChangeset for help on using the changeset viewer.