Changeset 70199 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Dec 18, 2017 2:06:48 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119774
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/init-win.cpp
r70195 r70199 362 362 if (RT_FAILURE(rc)) 363 363 { 364 AssertMsgFailed(("rc=%Rrc\n", rc));364 AssertMsgFailed(("rc=%Rrc\n", rc)); 365 365 return; 366 366 } … … 370 370 RTLdrClose(hLdrMod); 371 371 } 372 RTAssertMsg2("g_hModWinSock=%p\n", g_hModWinSock);373 372 374 373 g_pfnWSAStartup = (decltype(g_pfnWSAStartup)) GetProcAddress(g_hModWinSock, "WSAStartup");
Note:
See TracChangeset
for help on using the changeset viewer.