Changeset 52953 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- Oct 6, 2014 1:30:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp
r52944 r52953 248 248 return VERR_INVALID_NAME; 249 249 250 int rc = RTUtf16NLenEx(pwszWinPath, cwcWinPath, &cwcWinPath); 250 RTUtf16NLenEx(pwszWinPath, cwcWinPath, &cwcWinPath); 251 int rc = RTUtf16ValidateEncodingEx(pwszWinPath, cwcWinPath, 0); 251 252 if (RT_FAILURE(rc)) 252 253 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.