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

    r1226 r1304  
    529529  PSZ p;
    530530
     531  DosEnterCritSec();
    531532  if (maskstr)
    532533    strcpy(mask->szMask, maskstr);      // Got new mask string
     
    545546  }                                     // for
    546547  mask->pszMasks[x] = NULL;             // Mark end
     548  DosExitCritSec();
    547549}
    548550
Note: See TracChangeset for help on using the changeset viewer.