Changeset 36439 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 25, 2011 4:19:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r36027 r36439 3955 3955 size_t cntSpawned = 0; 3956 3956 3957 VirtualBoxBase::initializeComForThread(); 3958 3957 3959 #if defined(RT_OS_WINDOWS) 3958 3960 3959 HRESULT hrc = CoInitializeEx(NULL, 3960 COINIT_MULTITHREADED | COINIT_DISABLE_OLE1DDE | 3961 COINIT_SPEED_OVER_MEMORY); 3962 AssertComRC(hrc); 3961 HRESULT hrc; 3963 3962 3964 3963 /// @todo (dmik) processes reaping! … … 4413 4412 #endif 4414 4413 4414 VirtualBoxBase::uninitializeComForThread(); 4415 4415 LogFlowFuncLeave(); 4416 4416 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.