Changeset 21916 for trunk/include/memmap.h
- 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/include/memmap.h
r10376 r21916 1 1 #ifndef __MEMMAP_H 2 2 #define __MEMMAP_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 3 7 4 8 #ifndef _DEF_PFNEXCEPTIONNOTIFY … … 10 14 BOOL WIN32API MMAP_UnregisterMemoryRange(LPVOID lpViewAddr); 11 15 16 #ifdef __cplusplus 17 } // extern "C" 18 #endif 19 12 20 #endif /*__MEMMAP_H */ 13 21
Note:
See TracChangeset
for help on using the changeset viewer.