Changeset 1573 for trunk/dll/comp.c


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

Minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1570 r1573  
    27272727    cmp = INSTDATA(hwnd);
    27282728    if (cmp) {
    2729       if (mp1) {
    2730         //DosEnterCritSec(); // GKY 11-30-08 moved to SetMask
     2729      if (mp1)
    27312730        SetMask((CHAR *)mp1, &cmp->dcd.mask);
    2732         //DosExitCritSec();
    2733       }
     2731
    27342732      WinSetDlgItemText(hwnd, COMP_NOTE,
    27352733                        (CHAR *) GetPString(IDS_COMPHOLDFILTERINGTEXT));
Note: See TracChangeset for help on using the changeset viewer.