- Timestamp:
- Dec 6, 2013, 6:41:35 PM (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/lib/nt/nthlpcore.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/lib/nt/nthlpcore.cr2713 r2715 142 142 /* EPERM = 1 */ 143 143 case STATUS_CANNOT_DELETE: 144 errno = EPERM;145 break;144 case STATUS_DELETE_PENDING: 145 return EPERM; 146 146 /* ENOENT = 2 */ 147 147 case STATUS_NOT_FOUND: 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
