Changeset 35741 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Jan 27, 2011 3:46:41 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r35727 r35741 532 532 #endif /* VBOX_FFMPEG defined */ 533 533 534 #ifdef RT_OS_WINDOWS 535 // Required for ATL 536 static CComModule _Module; 537 #endif 538 534 539 /** 535 540 * Entry point. … … 559 564 const char *pszFileNameParam = "VBox-%d.vob"; 560 565 #endif /* VBOX_FFMPEG */ 566 561 567 562 568 /* Make sure that DISPLAY is unset, so that X11 bits do not get initialised … … 1319 1325 virtualBox.setNull(); 1320 1326 pVirtualBoxClient.setNull(); 1321 1327 machine.setNull(); 1328 1322 1329 com::Shutdown(); 1323 1330
Note:
See TracChangeset
for help on using the changeset viewer.