Changeset 21916 for trunk/src/kernel32/mmapnotify.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/mmapnotify.cpp
r10376 r21916 6 6 * Calls notification handler when an exception occurs in the memory range of 7 7 * the map. 8 * 8 * 9 9 * Copyright 2003 Sander van Leeuwen (sandervl@innotek.de) 10 10 * … … 16 16 #include <stdlib.h> 17 17 #include <string.h> 18 #include <win \virtual.h>18 #include <win/virtual.h> 19 19 #include <odincrt.h> 20 20 #include <handlemanager.h> … … 22 22 #include "oslibdos.h" 23 23 #include "oslibmem.h" 24 #include <winimagepeldr.h>25 #include <custombuild.h> 24 #include "winimagepeldr.h" 25 #include <custombuild.h> 26 26 #include <memmap.h> 27 27 … … 128 128 // Win32MemMapNotify::findMapByView 129 129 // 130 // Find the map of the view that contains the specified starting address 130 // Find the map of the view that contains the specified starting address 131 131 // and has the specified access type 132 132 //
Note:
See TracChangeset
for help on using the changeset viewer.