Changeset 1551 for trunk/dll/init.h


Ignore:
Timestamp:
Nov 15, 2010, 4:33:25 AM (15 years ago)
Author:
Gregg Young
Message:

This code adds the semaphores to prevent a rescan from starting before the current one is finished; it fixes the double directory listing in the tree container and streamlines scanning. It update mapsym.pl to the latest version. Some code cleanup is included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.h

    r1498 r1551  
    8686extern ULONG ulTimeFmt;
    8787extern ULONG ulDateFmt;
     88extern ULONG ulScanPostCnt;
    8889extern PCSZ FNT_HELVETICA;
    8990extern PCSZ FNT_6HELVETICA;
     
    206207extern HMTX hmtxFM2Globals;
    207208extern HMTX hmtxFM2Delete;
    208 extern HMTX hmtFillingTreeCnr;
    209 extern HEV  hevInitialCnrScanComplete;
     209extern HEV  hevTreeCnrScanComplete;
    210210#endif
    211211
Note: See TracChangeset for help on using the changeset viewer.