mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix declaration of WSAStartup
svn path=/trunk/; revision=13270
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user