Ignore:
Timestamp:
Nov 2, 2016, 12:28:02 AM (9 years ago)
Author:
bird
Message:

rm.c: Use fts_dirfd on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/ntunlink.h

    r2713 r2997  
    3535
    3636int birdUnlink(const char *pszFile);
     37int birdUnlinkEx(void *hRoot, const char *pszFile);
    3738int birdUnlinkForced(const char *pszFile);
     39int birdUnlinkForcedEx(void *hRoot, const char *pszFile);
    3840int birdUnlinkForcedFast(const char *pszFile);
     41int birdUnlinkForcedFastEx(void *hRoot, const char *pszFile);
    3942
    4043#undef  unlink
Note: See TracChangeset for help on using the changeset viewer.