Changeset 929 for trunk/dll/comp.h


Ignore:
Timestamp:
Jan 18, 2008, 8:19:30 PM (18 years ago)
Author:
Steven Levine
Message:

Compare directories rework.
Change hide not selected to 3 state checkbox.
Honor filters in actions.
Do all total and select count updates on WM_TIMER.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.h

    r907 r929  
    1010
    1111  05 Jan 08 SHL Split from fm3dll.h
     12  18 Jan 08 SHL Sync with count update mods
    1213
    1314***********************************************************************/
     
    1617
    1718#define COMP_H
    18 
    19 // #include <stdio.h>                   // FILE
    20 // #include <time.h>                    // time_t
    2119
    2220#if !defined(OS2_INCLUDED)
     
    6361  UINT totalleft;
    6462  UINT totalright;
     63  UINT uOldSelLeft;
     64  UINT uOldSelRight;
     65  UINT uOldTotalLeft;
     66  UINT uOldTotalRight;
    6567  CHAR rightlist[CCHMAXPATH];   // Snapshot file name
    6668  BOOL reset;
Note: See TracChangeset for help on using the changeset viewer.