Changeset 10369 for trunk/src/kernel32/mmapview.cpp
- Timestamp:
- Dec 29, 2003, 1:29:20 PM (22 years ago)
- 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:04sandervl Exp $ */1 /* $Id: mmapview.cpp,v 1.4 2003-12-29 12:29:20 sandervl Exp $ */ 2 2 3 3 /* … … 56 56 LPVOID viewaddr = (LPVOID)((ULONG)map->getMappingAddr()+offset); 57 57 ULONG accessAttr = 0; 58 Win32MemMapView *tmpview = mapviews;59 58 60 59 errorState = 0; … … 125 124 126 125 DosEnterCriticalSection(&globalmapcritsect); 126 Win32MemMapView *tmpview = mapviews; 127 127 128 if(tmpview == NULL || tmpview->getViewAddr() > pMapView) { 128 129 next = mapviews;
Note:
See TracChangeset
for help on using the changeset viewer.