Changeset 1303 for trunk/dll/init.h


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.h

    r1209 r1303  
    1010
    1111  Change log
     12  29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate.
    1213
    1314***********************************************************************/
     
    9091extern CHAR profile[CCHMAXPATH];
    9192extern ULONGLONG ullTmpSpaceNeeded;
     93extern HMTX hmtxFM2Globals;
    9294
    9395#endif // INIT_H
Note: See TracChangeset for help on using the changeset viewer.