Changeset 95795 in vbox
- Timestamp:
- Jul 25, 2022 11:22:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibAdditions.cpp
r93115 r95795 313 313 if (RT_SUCCESS(rc)) 314 314 { 315 rc = vbglR3QueryRegistryString(hKey, L"InstallDir", _MAX_PATH * sizeof(RTUTF16), ppszPath);315 rc = vbglR3QueryRegistryString(hKey, L"InstallDir", MAX_PATH * sizeof(RTUTF16), ppszPath); 316 316 if (RT_SUCCESS(rc)) 317 317 RTPathChangeToUnixSlashes(*ppszPath, true /*fForce*/);
Note:
See TracChangeset
for help on using the changeset viewer.