Changeset 83843 in vbox for trunk/src/VBox/Additions/WINNT/Installer/InstallHelper
- Timestamp:
- Apr 20, 2020 9:31:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/VBoxGuestInstallHelper.cpp
r82968 r83843 306 306 #ifdef UNICODE 307 307 char *pszFileUtf8; 308 intrc = RTUtf16ToUtf8(szFile, &pszFileUtf8);308 rc = RTUtf16ToUtf8(szFile, &pszFileUtf8); 309 309 if (RT_SUCCESS(rc)) 310 310 {
Note:
See TracChangeset
for help on using the changeset viewer.