Changeset 1303 for trunk/dll/init.c


Ignore:
Timestamp:
Nov 30, 2008, 6:31:35 AM (17 years ago)
Author:
Gregg Young
Message:

Last part of remove or replace with a mutex semaphore DosEnterCriSec where appropriate. (Ticket 308) Note the partial commits for this ticket won't build without this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1224 r1303  
    5757  23 Aug 08 GKY Check that space on TMP & FM2 save drives exceed 5 GiB; Done to allow user setting of
    5858                minimum size in future
     59  29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate.
    5960
    6061***********************************************************************/
     
    155156
    156157#pragma data_seg(GLOBAL1)
     158HMTX hmtxFM2Globals;
    157159ULONG OS2ver[2];
    158160PFNWP PFNWPCnr;
     
    11771179                   sizeof(PVOID));
    11781180
     1181  DosCreateMutexSem("\\SEM\\GLOBAL1", &hmtxFM2Globals, 0L, FALSE);
     1182
    11791183  /*
    11801184   * set some defaults (note: everything else automatically initialized
Note: See TracChangeset for help on using the changeset viewer.