Ignore:
Timestamp:
Mar 18, 2004, 2:11:04 PM (21 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/mmap.cpp

    r10459 r10542  
    1 /* $Id: mmap.cpp,v 1.68 2004-02-13 17:37:25 sandervl Exp $ */
     1/* $Id: mmap.cpp,v 1.69 2004-03-18 13:11:04 sandervl Exp $ */
    22
    33/*
     
    6262void InitializeMemMaps()
    6363{
    64     if(globalmapcritsect.hmtxLock == 0) {
     64    if(globalmapcritsect.hevLock == 0) {
    6565         dprintf(("InitializeMemMaps -> create shared critical section"));
    6666         DosInitializeCriticalSection(&globalmapcritsect, pszMMapSemName);
Note: See TracChangeset for help on using the changeset viewer.