Changeset 1444 for trunk/dll/misc.h
- Timestamp:
- Jul 23, 2009, 1:24:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.h
r1410 r1444 11 11 17 Jul 08 SHL Baseline 12 12 08 Mar 09 GKY Add WriteDetailsSwitches and use LoadDetailsSwitches to replace in line code 13 22 Jul 09 GKY Check if drives support EAs add driveflag for this 14 22 Jul 09 GKY Allow .LONGNAME to be displayed for FAT drives. 13 15 14 16 ***********************************************************************/ … … 31 33 BOOL AdjustCnrColRO(HWND hwndCnr, PCSZ title, BOOL readonly, BOOL toggle); 32 34 BOOL AdjustCnrColVis(HWND hwndCnr, PCSZ title, BOOL visible, BOOL toggle); 33 VOID AdjustCnrColsForFSType(HWND hwndCnr, PCSZ directory, DETAILS_SETTINGS * pds);34 VOID AdjustCnrColsForPref(HWND hwndCnr, PCSZ directory, DETAILS_SETTINGS * 35 VOID AdjustCnrColsForFSType(HWND hwndCnr, PCSZ directory, DETAILS_SETTINGS *pds, BOOL compare); 36 VOID AdjustCnrColsForPref(HWND hwndCnr, PCSZ directory, DETAILS_SETTINGS *pds, 35 37 BOOL compare); 36 38 VOID AdjustDetailsSwitches(HWND hwnd, HWND hwndMenu, USHORT cmd,
Note:
See TracChangeset
for help on using the changeset viewer.