Changeset 1573 for trunk/dll/comp.c
- Timestamp:
- Jun 13, 2011, 1:34:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1570 r1573 2727 2727 cmp = INSTDATA(hwnd); 2728 2728 if (cmp) { 2729 if (mp1) { 2730 //DosEnterCritSec(); // GKY 11-30-08 moved to SetMask 2729 if (mp1) 2731 2730 SetMask((CHAR *)mp1, &cmp->dcd.mask); 2732 //DosExitCritSec(); 2733 } 2731 2734 2732 WinSetDlgItemText(hwnd, COMP_NOTE, 2735 2733 (CHAR *) GetPString(IDS_COMPHOLDFILTERINGTEXT));
Note:
See TracChangeset
for help on using the changeset viewer.