Changeset 9883 for trunk/src/kernel32/virtual.cpp
- Timestamp:
- Mar 3, 2003, 5:25:33 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/virtual.cpp
r9869 r9883 1 /* $Id: virtual.cpp,v 1.5 1 2003-02-27 17:16:33 sandervl Exp $ */1 /* $Id: virtual.cpp,v 1.52 2003-03-03 16:25:33 sandervl Exp $ */ 2 2 3 3 /* … … 180 180 return FALSE; 181 181 } 182 ret = map->flushView( (ULONG)base,offset, cbFlush);182 ret = map->flushView(offset, cbFlush); 183 183 map->Release(); 184 184 return ret;
Note:
See TracChangeset
for help on using the changeset viewer.