Changeset 1400 for trunk/dll/presparm.c


Ignore:
Timestamp:
Mar 8, 2009, 6:50:25 PM (17 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/presparm.c

    r1348 r1400  
    1313  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
    1414  10 Dec 07 GKY Updated CopyPresParams to copy all parameter types
     15  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    1516
    1617***********************************************************************/
     
    373374
    374375VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
    375                    CHAR * font)
     376                   PCSZ font)
    376377{
    377378  if (font)
     
    397398#endif
    398399
    399 VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2)
     400VOID PresParamChanged(HWND hwnd, PCSZ keyroot, MPARAM mp1, MPARAM mp2)
    400401{
    401402  ULONG AttrFound, AttrValue[64], cbRetLen;
     
    435436}
    436437
    437 VOID RestorePresParams(HWND hwnd, CHAR * keyroot)
     438VOID RestorePresParams(HWND hwnd, PCSZ keyroot)
    438439{
    439440  CHAR s[81];
     
    475476   * Save the presentation parameters used by RestorePresParams
    476477   */
    477 VOID SavePresParams(HWND hwnd, CHAR *keyroot)
     478VOID SavePresParams(HWND hwnd, PCSZ keyroot)
    478479{
    479480
Note: See TracChangeset for help on using the changeset viewer.