Changeset 43174 in vbox
- Timestamp:
- Sep 4, 2012 5:34:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r43171 r43174 31 31 #ifdef RT_OS_WINDOWS 32 32 # include <winsock2.h> 33 # include <ws2tcpip.h> 33 34 #else /* !RT_OS_WINDOWS */ 34 35 # include <errno.h> … … 741 742 WSADATA wsaData; 742 743 743 rc = WSAStartup(wVersionRequest , &wsaData);744 rc = WSAStartup(wVersionRequested, &wsaData); 744 745 745 746 if (wsaData.wVersion != wVersionRequested)
Note:
See TracChangeset
for help on using the changeset viewer.