ws2_32 janitorial questions

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Mar 29 15:47:49 CDT 2008


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 defined? And, assuming that the above are
conflicting declarations, what type does each of these functions actually
return?

Thanks,

-- 
Andy.





More information about the wine-devel mailing list