Changeset 1571


Ignore:
Timestamp:
Jun 13, 2011, 1:32:57 AM (14 years ago)
Author:
Steven Levine
Message:

Minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1570 r1571  
    17691769      PCNRITEM pci;
    17701770
    1771       if (mp1) {
    1772         //DosEnterCritSec(); // GKY 11-30-08 moved to SetMask
     1771      if (mp1)
    17731772        SetMask((CHAR *)mp1, &dcd->mask);
    1774         //DosExitCritSec();
    1775       }
     1773
    17761774      dcd->suspendview = 1;
    17771775      WinSendMsg(hwnd, CM_FILTER, MPFROMP(Filter), MPFROMP(&dcd->mask));
     
    28312829              }
    28322830            }
    2833             if (SHORT2FROMMP(mp1) == CN_EXPANDTREE && !dcd->suspendview) {
     2831            if (SHORT2FROMMP(mp1) == CN_EXPANDTREE && !dcd->suspendview)
    28342832              WinSendMsg(hwnd, UM_FILTER, MPVOID, MPVOID);
    2835               //DbgMsg(pszSrcFile, __LINE__, "UM_TOPDIR %p pci %p", hwnd, pci);
    2836             }
     2833
    28372834          }
    28382835        }
Note: See TracChangeset for help on using the changeset viewer.