Changeset 1402 for trunk/dll/filldir.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/filldir.h

    r1358 r1402  
    1111  05 Jan 08 SHL Split from fm3dll.h
    1212  25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
     13  08 Mar 09 GKY Additional strings move to PCSZs
    1314
    1415***********************************************************************/
     
    5354
    5455// Data declarations
    55 extern CHAR *FM3Tools;
    56 extern CHAR *WPProgram;
     56extern PCSZ FM3Tools;
     57extern PCSZ WPProgram;
    5758extern HPOINTER hptrEnv;
    5859extern HPOINTER hptrHidden;
Note: See TracChangeset for help on using the changeset viewer.