Changeset 1304 for trunk/dll/comp.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/comp.c

    r1221 r1304  
    27532753    if (cmp) {
    27542754      if (mp1) {
    2755         DosEnterCritSec();
     2755        //DosEnterCritSec(); // GKY 11-30-08 moved to SetMask
    27562756        SetMask((CHAR *)mp1, &cmp->dcd.mask);
    2757         DosExitCritSec();
     2757        //DosExitCritSec();
    27582758      }
    27592759      WinSetDlgItemText(hwnd, COMP_NOTE,
Note: See TracChangeset for help on using the changeset viewer.