Changeset 1664 for trunk/dll/worker.h
- Timestamp:
- Aug 5, 2012, 2:11:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.h
r1455 r1664 11 11 05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H 12 12 14 Sep 09 SHL Drop experimental code 13 04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of 14 copy, move and delete operations 15 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog 16 for delete of readonly files 13 17 14 18 ***********************************************************************/ … … 30 34 BOOL overnew; 31 35 BOOL overwrite; 36 BOOL noreadonlywarn; 32 37 } 33 38 MOVEIT; … … 48 53 // Data declarations 49 54 extern FILE *LogFileHandle; 55 extern BOOL fUnlock; 50 56 51 57 VOID Action(VOID * args);
Note:
See TracChangeset
for help on using the changeset viewer.