ws2_32: Make function declarations match definitions.
authorAndrew Talbot <andrew.talbot@talbotville.com>
Mon, 31 Mar 2008 16:55:20 +0000 (17:55 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Apr 2008 09:26:24 +0000 (11:26 +0200)
dlls/ws2_32/async.c

index 963ed661e2d882b1658ca5c3ebea0fb06fa64a07..019f73f717874261849727425bfefc218e3a6b68 100644 (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