Changeset 62584 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- Jul 27, 2016 11:46:03 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109153
- Location:
- trunk/src/VBox/Runtime/r3/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/fs-nt.cpp
r62477 r62584 228 228 RTR3DECL(bool) RTFsIsCaseSensitive(const char *pszFsPath) 229 229 { 230 RT_NOREF_PV(pszFsPath); 230 231 return false; 231 232 } -
trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp
r62477 r62584 394 394 RTUtf16Free(pNtName->Buffer); 395 395 pNtName->Buffer = NULL; 396 397 RT_NOREF_PV(phRootDir); /* never returned by rtNtPathToNative */ 396 398 } 397 399
Note:
See TracChangeset
for help on using the changeset viewer.