ws2_32: Make function declarations match definitions.

This commit is contained in:
Andrew Talbot 2008-03-31 17:55:20 +01:00 committed by Alexandre Julliard
parent bd09340cf2
commit 15db05929a

View file

@ -126,8 +126,8 @@ CRITICAL_SECTION csWSgetXXXbyYYY = { &critsect_debug, -1, 0, 0, 0, 0 };
/* protoptypes of some functions in socket.c
*/
UINT16 wsaErrno(void);
UINT16 wsaHerrno(int errnr);
UINT wsaErrno(void);
UINT wsaHerrno(int errnr);
#define AQ_WIN16 0x00
#define AQ_WIN32 0x04