- Timestamp:
- Aug 1, 2007 3:17:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r3968 r3969 303 303 if (VBOX_SUCCESS (rc)) 304 304 { 305 #if 0306 305 /* When the host file system is case sensitive and the guest expects a case insensitive fs, then problems can occur */ 307 306 if ( vbsfIsHostMappingCaseSensitive (root) … … 415 414 } 416 415 } 417 #endif418 416 *ppszFullPath = pszFullPath; 419 417
Note:
See TracChangeset
for help on using the changeset viewer.