Ignore:
Timestamp:
Dec 29, 2003, 1:29:20 PM (22 years ago)
Author:
sandervl
Message:

fix

File:
1 edited

Legend:

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

    r10359 r10369  
    1 /* $Id: mmapview.cpp,v 1.3 2003-12-12 11:18:04 sandervl Exp $ */
     1/* $Id: mmapview.cpp,v 1.4 2003-12-29 12:29:20 sandervl Exp $ */
    22
    33/*
     
    5656 LPVOID           viewaddr = (LPVOID)((ULONG)map->getMappingAddr()+offset);
    5757 ULONG            accessAttr = 0;
    58  Win32MemMapView *tmpview  = mapviews;
    5958
    6059    errorState      = 0;
     
    125124
    126125    DosEnterCriticalSection(&globalmapcritsect);
     126    Win32MemMapView *tmpview = mapviews;
     127
    127128    if(tmpview == NULL || tmpview->getViewAddr() > pMapView) {
    128129        next     = mapviews;
Note: See TracChangeset for help on using the changeset viewer.