Changeset 96609 in vbox for trunk/src/VBox/Runtime/r3/win/process-win.cpp
- Timestamp:
- Sep 6, 2022 2:13:23 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r96475 r96609 2122 2122 const char *pszExec = (const char *)pvUser1; 2123 2123 char *pszRealExec = (char *)pvUser2; 2124 int rc = RTPathJoinEx(pszRealExec, RTPATH_MAX, pchPath, cchPath, pszExec, RTSTR_MAX );2124 int rc = RTPathJoinEx(pszRealExec, RTPATH_MAX, pchPath, cchPath, pszExec, RTSTR_MAX, RTPATH_STR_F_STYLE_HOST); 2125 2125 if (RT_FAILURE(rc)) 2126 2126 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.