Changeset 52953 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 6, 2014 1:30:20 PM (10 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 2 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; -
trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def
r52947 r52953 93 93 94 94 LdrInitializeThunk ;;= _LdrInitializeThunk@12 95 LdrRegisterDllNotification ;;= _LdrRegisterDllNotification@16 95 96 96 97 RtlAddAccessAllowedAce ;;= _RtlAddAccessAllowedAce@16
Note:
See TracChangeset
for help on using the changeset viewer.