Changeset 1400 for trunk/dll/common.c


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.c

    r1398 r1400  
    2525  11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c
    2626  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
     27  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    2728
    2829***********************************************************************/
     
    199200}
    200201
    201 void CommonCreateTextChildren(HWND hwnd, char *class, USHORT * ids)
     202void CommonCreateTextChildren(HWND hwnd, PCSZ class, USHORT * ids)
    202203{
    203204  int x;
     
    373374      DosError(FERR_DISABLEHARDERR);
    374375      rc = DosDevIOCtl(-1L, 8L, 0x40L, &parm, sizeof(parm), &plen, NULL, 0L, &dlen);
    375       DbgMsg(pszSrcFile, __LINE__, "Eject parm %i %i rc %i", parm[0], parm[1], rc);
    376376      if (cmd == IDM_EJECT &&
    377377          (fEjectFlpyScan ? TRUE : parm[1] > 1) &&
Note: See TracChangeset for help on using the changeset viewer.