Changeset 1304 for trunk/dll/comp.c
- Timestamp:
- Nov 30, 2008, 3:29:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1221 r1304 2753 2753 if (cmp) { 2754 2754 if (mp1) { 2755 DosEnterCritSec();2755 //DosEnterCritSec(); // GKY 11-30-08 moved to SetMask 2756 2756 SetMask((CHAR *)mp1, &cmp->dcd.mask); 2757 DosExitCritSec();2757 //DosExitCritSec(); 2758 2758 } 2759 2759 WinSetDlgItemText(hwnd, COMP_NOTE,
Note:
See TracChangeset
for help on using the changeset viewer.