Changeset 60865 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- May 6, 2016 2:43:04 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r60759 r60865 588 588 } 589 589 590 #ifdef RT_OS_WINDOWS591 // Required for ATL592 static ATL::CComModule _Module;593 #endif594 590 595 591 #ifdef RT_OS_DARWIN … … 636 632 const char *pszFileNameParam = "VBox-%d.vob"; 637 633 #endif /* VBOX_WITH_VPX */ 634 #ifdef RT_OS_WINDOWS 635 ATL::CComModule _Module; /* Required internally by ATL (constructor records instance in global variable). */ 636 #endif 638 637 639 638 LogFlow(("VBoxHeadless STARTED.\n"));
Note:
See TracChangeset
for help on using the changeset viewer.