[ros-diffs] [tamlin] 13270: Fix declaration of WSAStartup
tamlin at svn.reactos.com
tamlin at svn.reactos.com
Tue Jan 25 15:22:52 CET 2005
Fix declaration of WSAStartup
Modified: trunk/reactos/include/sockets.h
_____
Modified: trunk/reactos/include/sockets.h
--- trunk/reactos/include/sockets.h 2005-01-25 08:32:47 UTC (rev
13269)
+++ trunk/reactos/include/sockets.h 2005-01-25 14:22:50 UTC (rev
13270)
@@ -828,10 +828,8 @@
/* 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);
void PASCAL WSASetLastError(int iError);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050125/fb8a38eb/attachment.html
More information about the Ros-diffs
mailing list