Changeset 35741 in vbox for trunk/src/VBox
- Timestamp:
- Jan 27, 2011 3:46:41 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69691
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 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 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r34971 r35741 231 231 232 232 #endif /* !VBOX_ONLY_DOCS */ 233 234 #ifdef RT_OS_WINDOWS 235 // Required for ATL 236 static CComModule _Module; 237 #endif 238 233 239 234 240 int main(int argc, char *argv[]) -
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r35726 r35741 715 715 } 716 716 #endif /* VBOXSDL_WITH_X11 */ 717 718 719 #ifdef RT_OS_WINDOWS 720 // Required for ATL 721 static CComModule _Module; 722 #endif 717 723 718 724 /** entry point */
Note:
See TracChangeset
for help on using the changeset viewer.