Changeset 103676 in vbox
- Timestamp:
- Mar 5, 2024 7:57:27 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.cpp
r99828 r103676 79 79 { 80 80 WCHAR wszValue[1024]; /* 1024 should be enough for everybody (tm). */ 81 if (VBoxGetMsiProp(hMsi, pwszName, wszValue, sizeof(wszValue)) == ERROR_SUCCESS)81 if (VBoxGetMsiProp(hMsi, pwszName, wszValue, RT_ELEMENTS(wszValue)) == ERROR_SUCCESS) 82 82 rc = RTUtf16ToUtf8(wszValue, ppszValue); 83 83 else
Note:
See TracChangeset
for help on using the changeset viewer.