Changeset 33540 in vbox for trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r33439 r33540 313 313 #ifdef RT_OS_DARWIN 314 314 /** @todo This belongs in rtPathToNative or in the windows shared folder file system driver... 315 * The question is simply whether the NFD normalization is actually applied on a (virt aul) file315 * The question is simply whether the NFD normalization is actually applied on a (virtual) file 316 316 * system level in darwin, or just by the user mode application libs. */ 317 317 SHFLSTRING *pPathParameter = pPath; … … 605 605 * @returns iprt status code 606 606 * @param fShflFlags shared folder create flags 607 * @param fMode file att ibutes607 * @param fMode file attributes 608 608 * @retval pfOpen iprt create flags 609 609 */ … … 1597 1597 #ifdef RT_OS_DARWIN 1598 1598 /** @todo This belongs in rtPathToNative or in the windows shared folder file system driver... 1599 * The question is simply whether the NFD normalization is actually applied on a (virt aul) file1599 * The question is simply whether the NFD normalization is actually applied on a (virtual) file 1600 1600 * system level in darwin, or just by the user mode application libs. */ 1601 1601 {
Note:
See TracChangeset
for help on using the changeset viewer.