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

    r1394 r1402  
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
    1212  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
     13  08 Mar 09 GKY Additional strings move to PCSZs
    1314
    1415***********************************************************************/
     
    4344
    4445// Data declarations
    45 extern CHAR *CDFS;
    46 extern CHAR *FAT32;
    47 extern CHAR *HPFS;
    48 extern CHAR *HPFS386;
    49 extern CHAR *ISOFS;
    50 extern CHAR *JFS;
    51 extern CHAR *NTFS;
    52 extern CHAR *NDFS32;
    53 extern CHAR *RAMFS;
     46extern PCSZ CDFS;
     47extern PCSZ FAT32;
     48extern PCSZ HPFS;
     49extern PCSZ HPFS386;
     50extern PCSZ ISOFS;
     51extern PCSZ JFS;
     52extern PCSZ NTFS;
     53extern PCSZ NDFS32;
     54extern PCSZ RAMFS;
     55extern PCSZ CBSIFS;
    5456extern BOOL fVerifyOffChecked[26];
    5557
Note: See TracChangeset for help on using the changeset viewer.