Changeset 1402 for trunk/dll/draglist.c


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

    r1347 r1402  
    2222  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2323  29 Feb 08 GKY Use xmallocz where appropriate
     24  08 Mar 09 GKY Additional strings move to PCSZs
    2425
    2526***********************************************************************/
     
    5556
    5657#pragma data_seg(GLOBAL2)
    57 CHAR *DRMDRFLIST;
     58PCSZ DRMDRFLIST = "<DRM_OS2FILE,DRF_UNKNOWN>," "<DRM_DISCARD,DRF_UNKNOWN>," "<DRM_PRINT,DRF_UNKNOWN>";
    5859
    5960/**
Note: See TracChangeset for help on using the changeset viewer.