Changeset 83808 in vbox for trunk/src/VBox/Installer/win/Stub
- Timestamp:
- Apr 18, 2020 11:30:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r82968 r83808 169 169 { 170 170 PRTUTF16 pwszMsg; 171 intrc = RTStrToUtf16(pszMsg, &pwszMsg);171 rc = RTStrToUtf16(pszMsg, &pwszMsg); 172 172 if (RT_SUCCESS(rc)) 173 173 {
Note:
See TracChangeset
for help on using the changeset viewer.