mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix declaration of WSAStartup
svn path=/trunk/; revision=13270
This commit is contained in:
parent
0b1105fc94
commit
c4566e585f
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue