Changeset 57613 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Sep 4, 2015 2:19:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r57358 r57613 335 335 RTUtf16Free(pwszFsRoot); 336 336 return rc; 337 } 338 339 340 RTR3DECL(bool) RTFsIsCaseSensitive(const char *pszFsPath) 341 { 342 return false; 337 343 } 338 344
Note:
See TracChangeset
for help on using the changeset viewer.