Changeset 1409 for trunk/dll/misc.h


Ignore:
Timestamp:
Mar 20, 2009, 12:35:30 AM (16 years ago)
Author:
Gregg Young
Message:

Rename some container ini keys consolidate inline code in WriteDetailsSwitches, LoadDetailsSwitches and RemoveCnrSwitches (Ticket 343, 345, 347) Save changes to detail switches for compare directories (Ticket 346). Move additional messages to PCSZs (Ticket 6). Comments and minor code clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.h

    r1400 r1409  
    5252VOID HeapThread(VOID * dummy);
    5353BOOL IsFm2Window(HWND hwnd, BOOL chkTid);
    54 VOID LoadDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS *pds);
    55 VOID WriteDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS *pds);
     54VOID LoadDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS *pds, BOOL state);
     55VOID WriteDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS *pds, BOOL state);
     56VOID RemoveCnrSwitches(PCSZ keyroot, PCSZ statename);
    5657VOID LoadLibPath(PSZ str, LONG len);
    5758VOID OpenEdit(HWND hwnd);
Note: See TracChangeset for help on using the changeset viewer.