Andrew Talbot : ws2_32: Make function declarations match definitions.
Module: wine Branch: master Commit: 15db05929ae1d1391e777275b6dbda057723bf9c URL: http://source.winehq.org/git/wine.git/?a=commit;h=15db05929ae1d1391e777275b6... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Mon Mar 31 17:55:20 2008 +0100 ws2_32: Make function declarations match definitions. --- dlls/ws2_32/async.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ws2_32/async.c b/dlls/ws2_32/async.c index 963ed66..019f73f 100644 --- a/dlls/ws2_32/async.c +++ b/dlls/ws2_32/async.c @@ -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
participants (1)
-
Alexandre Julliard