Ignore:
Timestamp:
Nov 7, 2016, 3:21:59 AM (9 years ago)
Author:
bird
Message:

ntunlink: W apis.

File:
1 edited

Legend:

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

    r2997 r3009  
    3535
    3636int birdUnlink(const char *pszFile);
     37int birdUnlinkW(const wchar_t *pwszFile);
    3738int birdUnlinkEx(void *hRoot, const char *pszFile);
     39int birdUnlinkExW(void *hRoot, const wchar_t *pwszFile);
    3840int birdUnlinkForced(const char *pszFile);
     41int birdUnlinkForcedW(const wchar_t *pwszFile);
    3942int birdUnlinkForcedEx(void *hRoot, const char *pszFile);
     43int birdUnlinkForcedExW(void *hRoot, const wchar_t *pszFile);
    4044int birdUnlinkForcedFast(const char *pszFile);
     45int birdUnlinkForcedFastW(const wchar_t *pwszFile);
    4146int birdUnlinkForcedFastEx(void *hRoot, const char *pszFile);
     47int birdUnlinkForcedFastExW(void *hRoot, const wchar_t *pwszFile);
    4248
    4349#undef  unlink
Note: See TracChangeset for help on using the changeset viewer.