Changeset 62584 in vbox for trunk/src/VBox/Runtime/r3/nt/fs-nt.cpp
- Timestamp:
- Jul 27, 2016 11:46:03 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109153
- File:
-
- 1 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 }
Note:
See TracChangeset
for help on using the changeset viewer.