VirtualBox

Changeset 2997 in kBuild for trunk/src/lib/nt/nthlpfs.c


Ignore:
Timestamp:
Nov 1, 2016 11:28:02 PM (8 years ago)
Author:
bird
Message:

rm.c: Use fts_dirfd on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpfs.c

    r2985 r2997  
    175175
    176176/**
    177  * Converts UNIX slashes to DOS ones and trims trailing ones.
     177 * Converts UNIX slashes to DOS ones.
    178178 *
    179179 * @returns 0
     
    194194    }
    195195
     196#if 0
    196197    /* Strip trailing slashes (NT doesn't like them). */
    197198    while (   pNtPath->Length >= sizeof(wchar_t)
     
    210211        pNtPath->Buffer[1] = '\0';
    211212    }
     213#endif
    212214
    213215    return 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette