Changeset 1400 for trunk/dll/misc.h


Ignore:
Timestamp:
Mar 8, 2009, 6:50:25 PM (16 years ago)
Author:
Gregg Young
Message:

Remainder of changes to rename commafmt.h/c (Ticket 28, 82); Additional strings moved to PCSZs in init.c (Ticket 6); Added WriteDetailsSwitches used it and LoadDetailsSwitches to consolidate inline code (Ticket 343, 344)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.h

    r1394 r1400  
    1010
    1111  17 Jul 08 SHL Baseline
     12  08 Mar 09 GKY Add WriteDetailsSwitches and use LoadDetailsSwitches to replace in line code
    1213
    1314***********************************************************************/
     
    5152VOID HeapThread(VOID * dummy);
    5253BOOL IsFm2Window(HWND hwnd, BOOL chkTid);
    53 VOID LoadDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS * pds);
     54VOID LoadDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS *pds);
     55VOID WriteDetailsSwitches(PCSZ keyroot, DETAILS_SETTINGS *pds);
    5456VOID LoadLibPath(PSZ str, LONG len);
    5557VOID OpenEdit(HWND hwnd);
Note: See TracChangeset for help on using the changeset viewer.