Changeset 1304 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Nov 30, 2008, 3:29:45 PM (17 years ago)
Author:
Gregg Young
Message:

Move DosEnterCritSec into SetMask Replace 2 more with semaphore(Ticket 308)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1303 r1304  
    22862286
    22872287      if (mp1) {
    2288         DosEnterCritSec();
     2288        //DosEnterCritSec(); // GKY 11-30-08 moved to SetMask
    22892289        SetMask((CHAR *)mp1, &dcd->mask);
    2290         DosExitCritSec();
     2290        //DosExitCritSec();
    22912291      }
    22922292      dcd->suspendview = TRUE;
Note: See TracChangeset for help on using the changeset viewer.