Changeset 1710 for trunk/dll/copyf.h


Ignore:
Timestamp:
Feb 9, 2014, 9:07:48 PM (12 years ago)
Author:
Gregg Young
Message:

Actually commit the fix for suppressing the readonly warning on temp archive files. Ticket 497

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.h

    r1686 r1710  
    2929INT make_deleteable(CHAR * filename, INT error, BOOL Dontcheckreadonly);
    3030INT unlinkf(CHAR * string);
    31 INT wipeallf(CHAR * string, ...);
     31INT wipeallf(BOOL ignorereadonly, CHAR * string, ...);
    3232
    3333#endif  // COPYF_H
Note: See TracChangeset for help on using the changeset viewer.