Changeset 1402 for trunk/dll/inis.h


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/inis.h

    r1229 r1402  
    1010
    1111  Change log
     12  14 Mar 09 GKY Additional strings move to PCSZs
    1213
    1314***********************************************************************/
     
    2223
    2324// Data declarations
    24 extern CHAR *DRF_FM2INI;
    25 extern CHAR *DRM_FM2INIRECORD;
     25extern PCSZ DRF_FM2INI;
     26extern PCSZ DRM_FM2INIRECORD;
    2627extern RGB2 RGBBLACK;
    2728extern HELPINIT hini;
Note: See TracChangeset for help on using the changeset viewer.