Changeset 30742 in vbox for trunk/src/VBox
- Timestamp:
- Jul 8, 2010 1:29:21 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63511
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r30741 r30742 24 24 * Header Files * 25 25 *******************************************************************************/ 26 #include "VBox/com/ErrorInfo.h" 26 // for some reason Windows burns in sdk\...\winsock.h if this isn't included first 27 #include "VBox/com/ptr.h" 27 28 28 29 #include "ConsoleImpl.h" -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r30739 r30742 2378 2378 RTTHREADFLAGS_WAITABLE, "SVCHelper"); 2379 2379 if (RT_FAILURE(vrc)) 2380 return setError(E_FAIL ;"Could not create SVCHelper thread (%Rrc)", vrc);2380 return setError(E_FAIL, "Could not create SVCHelper thread (%Rrc)", vrc); 2381 2381 2382 2382 /* d is now owned by SVCHelperClientThread(), so release it */
Note:
See TracChangeset
for help on using the changeset viewer.