Changeset 35722 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- Jan 26, 2011 4:37:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69665
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r35638 r35722 646 646 { 647 647 #ifdef RT_OS_WINDOWS 648 return 649 648 return CoCreateFreeThreadedMarshaler(this, //GetControllingUnknown(), 649 &m_pUnkMarshaler.p); 650 650 #else 651 651 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.