Re: ws2_32 janitorial questions

2008-03-30 Thread Juan Lang
> ws2_32/async.c has the following global declarations: > > /* protoptypes of some functions in socket.c > */ > UINT16 wsaErrno(void); > UINT16 wsaHerrno(int errnr); > > ws2_32/socket.c has the following global declarations: > > UINT wsaErrno(void); > UINT wsaHerrno(int errnr); > > Where

ws2_32 janitorial questions

2008-03-29 Thread Andrew Talbot
Hi, ws2_32/async.c has the following global declarations: /* protoptypes of some functions in socket.c */ UINT16 wsaErrno(void); UINT16 wsaHerrno(int errnr); ws2_32/socket.c has the following global declarations: UINT wsaErrno(void); UINT wsaHerrno(int errnr); Where are these functions define