VirtualBox

Changeset 72323 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 24, 2018 3:57:38 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122779
Message:

Main: bugref:9049: Support for split GUI functionality, to start VirtualBoxVM instead of VirtualBox when launchVMProcess called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r72205 r72323  
    78077807        strcpy(pszNamePart, strAppPath.c_str());
    78087808# else
     7809#  ifndef VBOX_GUI_WITH_SHARED_LIBRARY
    78097810        static const char s_szVirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE;
     7811#  else
     7812        static const char s_szVirtualBox_exe[] = "VirtualBoxVM" HOSTSUFF_EXE;
     7813#  endif
    78107814        Assert(cchBufLeft >= sizeof(s_szVirtualBox_exe));
    78117815        strcpy(pszNamePart, s_szVirtualBox_exe);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette