http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd09340
)
ws2_32: Make function declarations match definitions.
author
Andrew Talbot
<andrew.talbot@talbotville.com>
Mon, 31 Mar 2008 16:55:20 +0000
(17:55 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 1 Apr 2008 09:26:24 +0000
(11:26 +0200)
dlls/ws2_32/async.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ws2_32/async.c
b/dlls/ws2_32/async.c
index 963ed661e2d882b1658ca5c3ebea0fb06fa64a07..019f73f717874261849727425bfefc218e3a6b68 100644
(file)
--- 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
*/
-UINT
16
wsaErrno(void);
-UINT
16
wsaHerrno(int errnr);
+UINT wsaErrno(void);
+UINT wsaHerrno(int errnr);
#define AQ_WIN16 0x00
#define AQ_WIN32 0x04