Fix declaration of WSAStartup

svn path=/trunk/; revision=13270
This commit is contained in:
Mike Nordell 2005-01-25 14:22:50 +00:00
parent 0b1105fc94
commit c4566e585f

View file

@ -828,9 +828,7 @@ struct protoent * PASCAL getprotobyname(const char * name);
/* Microsoft Windows Extension function prototypes */ /* Microsoft Windows Extension function prototypes */
/* int PASCAL WSAStartup(WORD wVersionRequired, LPWSADATA lpWSAData); */ int PASCAL WSAStartup(WORD wVersionRequired, LPWSADATA lpWSAData);
int PASCAL WSAStartup(int wVersionRequired, LPWSADATA lpWSAData);
int PASCAL WSACleanup(void); int PASCAL WSACleanup(void);