Changeset 72323 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 24, 2018 3:57:38 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r72205 r72323 7807 7807 strcpy(pszNamePart, strAppPath.c_str()); 7808 7808 # else 7809 # ifndef VBOX_GUI_WITH_SHARED_LIBRARY 7809 7810 static const char s_szVirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE; 7811 # else 7812 static const char s_szVirtualBox_exe[] = "VirtualBoxVM" HOSTSUFF_EXE; 7813 # endif 7810 7814 Assert(cchBufLeft >= sizeof(s_szVirtualBox_exe)); 7811 7815 strcpy(pszNamePart, s_szVirtualBox_exe);
Note:
See TracChangeset
for help on using the changeset viewer.