From c4566e585f8d74cccc210ee09f962759bd32acc0 Mon Sep 17 00:00:00 2001 From: Mike Nordell Date: Tue, 25 Jan 2005 14:22:50 +0000 Subject: [PATCH] Fix declaration of WSAStartup svn path=/trunk/; revision=13270 --- reactos/include/sockets.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/include/sockets.h b/reactos/include/sockets.h index 132351f85e1..13f86a3567a 100644 --- a/reactos/include/sockets.h +++ b/reactos/include/sockets.h @@ -828,9 +828,7 @@ struct protoent * PASCAL getprotobyname(const char * name); /* Microsoft Windows Extension function prototypes */ -/* int PASCAL WSAStartup(WORD wVersionRequired, LPWSADATA lpWSAData); */ -int PASCAL WSAStartup(int wVersionRequired, LPWSADATA lpWSAData); - +int PASCAL WSAStartup(WORD wVersionRequired, LPWSADATA lpWSAData); int PASCAL WSACleanup(void);