Changeset 7272 for trunk/src/kernel32/mmap.cpp
- Timestamp:
- Oct 30, 2001, 1:46:17 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/mmap.cpp
r6468 r7272 1 /* $Id: mmap.cpp,v 1.5 2 2001-08-06 16:01:11sandervl Exp $ */1 /* $Id: mmap.cpp,v 1.53 2001-10-30 00:46:17 sandervl Exp $ */ 2 2 3 3 /* … … 712 712 Win32MemMapView **pView) 713 713 { 714 if(mapviews == NULL) return NULL; 715 714 716 globalviewMutex.enter(); 715 717 Win32MemMapView *view = mapviews;
Note:
See TracChangeset
for help on using the changeset viewer.