Changeset 21755 for branches/gcc-kmk/include/memmap.h
- Timestamp:
- Oct 28, 2011, 2:04:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/memmap.h
r10376 r21755 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.