Changeset 1400 for trunk/dll/common.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/common.h

    r1205 r1400  
    1010
    1111  Change log
     12  08 Mar 09 GKY Additional strings move to PCSZs in init.c (Declare changes)
    1213
    1314***********************************************************************/
     
    1819MRESULT EXPENTRY CommonCnrProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    1920void CommonCreateMainChildren(HWND hwnd, SWP * swp);
    20 void CommonCreateTextChildren(HWND hwnd, char *class, USHORT * ids);
     21void CommonCreateTextChildren(HWND hwnd, PCSZ class, USHORT * ids);
    2122void CommonDriveCmd(HWND hwnd, char *drive, USHORT cmd);
    2223MRESULT EXPENTRY CommonFrameWndProc(USHORT id,
Note: See TracChangeset for help on using the changeset viewer.